Shades of Razzmatazz #F20976
Tints of Razzmatazz #F20976
RGB
CMYK
RGB Variations
Color information
#F20976 (or 0xF20976) is known color: Razzmatazz. HEX triplet: F2, 09 and 76. RGB value is (242,9,118). Sum of RGB (Red+Green+Blue) = 242+9+118=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F20976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20976 is #0DF689. Grayscale: #5A5A5A. Windows color (decimal): -915082 or 7735794. OLE color: 7735794.
HSL color Cylindrical-coordinate representation of color #F20976: hue angle of 331.93º 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 #F20976 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.05 |
| HSL | 331.93º | 0.93% | 0.49% | - |
| HSV(B) | 331.93º | 0.96% | 0.95% | - |
| XYZ | 39.99 | 20.38 | 18.97 | - |
| YUV | 91.09 | 143.19 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 118 | 0 | 0.96 | 0.51 | 0.05 | 331.93 | 0.93 | 0.49 |
| Hex | F2 | 9 | 76 | 0 | 60 | 33 | 5 | 14C | 5D | 31 |
| Octal | 362 | 11 | 166 | 0 | 140 | 63 | 5 | 514 | 135 | 61 |
| Binary | 11110010 | 1001 | 1110110 | 0 | 1100000 | 110011 | 101 | 101001100 | 1011101 | 110001 |
Color Harmonies of #F20976
Complementary color
Monochromatic Colors of #F20976
Black with #F20976
Text Example
Text Example
White with #F20976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20976; }
p { color: rgb(242,9,118); }
H1.HeaderClassName
{
color: #F20976;
}
.AnyTagClassName
{
color: #F20976;
}
</style>
background-color css
<style>
a { background-color: #F20976; }
a { background-color: rgb(242,9,118); }
div.DivClassName
{
background-color: #F20976;
}
.BgClassName
{
background-color: #F20976;
}
</style>
border-color css
<style>
span { border-color: #F20976; }
span { border-color: rgb(242,9,118); }
td.TdClassName
{
border-color: #F20976;
}
.TagClassName
{
border-color: #F20976;
}
</style>