#F20A4C

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

Shades of Razzmatazz #F20A4C

Tints of Razzmatazz #F20A4C

Color information

#F20A4C (or 0xF20A4C) is unknown color: approx Razzmatazz. HEX triplet: F2, 0A and 4C. RGB value is (242,10,76). Sum of RGB (Red+Green+Blue) = 242+10+76=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20A4C is #0DF5B3. Grayscale: #565656. Windows color (decimal): -914868 or 4983538. OLE color: 4983538.

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

Color convert

RGB2421076-
CMYK00.960.690.05
HSL342.93º92.06%49.41%-
HSV(B)342.93º95.87%94.9%-
XYZ38.0319.628.62-
YUV86.89121.86238.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 73.78%
GREEN value IS 10 (4.30% from 255) = 3.05%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=73.78%
G=3.05%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242107600.960.690.05342.9392.0649.41
HexF2A4C0604551575c31
Octal362121140140105552713461
Binary11110010101010011000110000010001011011010101111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20A4C; }

 p { color: rgb(242,10,76); }

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

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

 a { background-color: rgb(242,10,76); }

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

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

 span { border-color: rgb(242,10,76); }

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