#F20958

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

Shades of Razzmatazz #F20958

Tints of Razzmatazz #F20958

Color information

#F20958 (or 0xF20958) is unknown color: approx Razzmatazz. HEX triplet: F2, 09 and 58. RGB value is (242,9,88). Sum of RGB (Red+Green+Blue) = 242+9+88=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F20958 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20958 is #0DF6A7. Grayscale: #575757. Windows color (decimal): -915112 or 5769714. OLE color: 5769714.

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

Color convert

RGB242988-
CMYK00.960.640.05
HSL339.66º92.83%49.22%-
HSV(B)339.66º96.28%94.9%-
XYZ38.4819.7811.02-
YUV87.67128.19238.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 71.39%
GREEN value IS 9 (3.91% from 255) = 2.65%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=71.39%
G=2.65%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24298800.960.640.05339.6692.8349.22
HexF29580604051545d31
Octal362111300140100552413561
Binary11110010100110110000110000010000001011010101001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20958; }

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

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

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

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

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

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

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

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