#F20959

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

Shades of Razzmatazz #F20959

Tints of Razzmatazz #F20959

Color information

#F20959 (or 0xF20959) is unknown color: approx Razzmatazz. HEX triplet: F2, 09 and 59. RGB value is (242,9,89). Sum of RGB (Red+Green+Blue) = 242+9+89=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F20959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20959 is #0DF6A6. Grayscale: #575757. Windows color (decimal): -915111 or 5835250. OLE color: 5835250.

HSL color Cylindrical-coordinate representation of color #F20959: hue angle of 339.4º degrees, saturation: 0.93, 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 #F20959 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB242989-
CMYK00.960.630.05
HSL339.4º92.83%49.22%-
HSV(B)339.4º96.28%94.9%-
XYZ38.5219.7911.24-
YUV87.79128.69238-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 71.18%
GREEN value IS 9 (3.91% from 255) = 2.65%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=71.18%
G=2.65%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24298900.960.630.05339.492.8349.22
HexF29590603F51535d31
Octal36211131014077552313561
Binary1111001010011011001011000001111111011010100111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20959; }

 p { color: rgb(242,9,89); }

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

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

 a { background-color: rgb(242,9,89); }

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

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

 span { border-color: rgb(242,9,89); }

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