Shades of Razzmatazz #F20576
Tints of Razzmatazz #F20576
RGB
CMYK
RGB Variations
Color information
#F20576 (or 0xF20576) is known color: Razzmatazz. HEX triplet: F2, 05 and 76. RGB value is (242,5,118). Sum of RGB (Red+Green+Blue) = 242+5+118=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F20576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20576 is #0DFA89. Grayscale: #585858. Windows color (decimal): -916106 or 7734770. OLE color: 7734770.
HSL color Cylindrical-coordinate representation of color #F20576: hue angle of 331.39º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20576 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.05 |
| HSL | 331.39º | 0.96% | 0.48% | - |
| HSV(B) | 331.39º | 0.98% | 0.95% | - |
| XYZ | 39.94 | 20.29 | 18.95 | - |
| YUV | 88.75 | 144.52 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 118 | 0 | 0.98 | 0.51 | 0.05 | 331.39 | 0.96 | 0.48 |
| Hex | F2 | 5 | 76 | 0 | 62 | 33 | 5 | 14B | 60 | 30 |
| Octal | 362 | 5 | 166 | 0 | 142 | 63 | 5 | 513 | 140 | 60 |
| Binary | 11110010 | 101 | 1110110 | 0 | 1100010 | 110011 | 101 | 101001011 | 1100000 | 110000 |
Color Harmonies of #F20576
Complementary color
Monochromatic Colors of #F20576
Black with #F20576
Text Example
Text Example
White with #F20576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20576; }
p { color: rgb(242,5,118); }
H1.HeaderClassName
{
color: #F20576;
}
.AnyTagClassName
{
color: #F20576;
}
</style>
background-color css
<style>
a { background-color: #F20576; }
a { background-color: rgb(242,5,118); }
div.DivClassName
{
background-color: #F20576;
}
.BgClassName
{
background-color: #F20576;
}
</style>
border-color css
<style>
span { border-color: #F20576; }
span { border-color: rgb(242,5,118); }
td.TdClassName
{
border-color: #F20576;
}
.TagClassName
{
border-color: #F20576;
}
</style>