#F2144F

Color #F2144F Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #F2144F

Tints of Razzmatazz #F2144F

Color information

#F2144F (or 0xF2144F) is unknown color: approx Razzmatazz. HEX triplet: F2, 14 and 4F. RGB value is (242,20,79). Sum of RGB (Red+Green+Blue) = 242+20+79=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2144F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2144F is #0DEBB0. Grayscale: #5D5D5D. Windows color (decimal): -912305 or 5182706. OLE color: 5182706.

HSL color Cylindrical-coordinate representation of color #F2144F: hue angle of 344.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2144F is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB2422079-
CMYK00.920.670.05
HSL344.05º89.52%51.37%-
HSV(B)344.05º91.74%94.9%-
XYZ38.2819.949.23-
YUV93.1120.05234.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 70.97%
GREEN value IS 20 (8.20% from 255) = 5.87%
BLUE value IS 79 (31.25% from 255) = 23.17%
R=70.97%
G=5.87%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242207900.920.670.05344.0589.5251.37
HexF2144F05C4351585a33
Octal362241170134103553013263
Binary111100101010010011110101110010000111011010110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2144F; }

 p { color: rgb(242,20,79); }

 H1.HeaderClassName
 {
   color: #F2144F;
 }
 .AnyTagClassName
 {
   color: #F2144F;
 }
</style>
background-color css

<style>
 a { background-color: #F2144F; }

 a { background-color: rgb(242,20,79); }

 div.DivClassName
 {
   background-color: #F2144F;
 }
 .BgClassName
 {
   background-color: #F2144F;
 }
</style>
border-color css

<style>
 span { border-color: #F2144F; }

 span { border-color: rgb(242,20,79); }

 td.TdClassName
 {
   border-color: #F2144F;
 }
 .TagClassName
 {
   border-color: #F2144F;
 }
</style>