Shades of Razzmatazz #F20564
Tints of Razzmatazz #F20564
RGB
CMYK
RGB Variations
Color information
#F20564 (or 0xF20564) is known color: Razzmatazz. HEX triplet: F2, 05 and 64. RGB value is (242,5,100). Sum of RGB (Red+Green+Blue) = 242+5+100=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F20564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20564 is #0DFA9B. Grayscale: #565656. Windows color (decimal): -916124 or 6555122. OLE color: 6555122.
HSL color Cylindrical-coordinate representation of color #F20564: hue angle of 335.95º 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 #F20564 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 100 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.05 |
| HSL | 335.95º | 0.96% | 0.48% | - |
| HSV(B) | 335.95º | 0.98% | 0.95% | - |
| XYZ | 38.97 | 19.91 | 13.84 | - |
| YUV | 86.69 | 135.52 | 238.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 100 | 0 | 0.98 | 0.59 | 0.05 | 335.95 | 0.96 | 0.48 |
| Hex | F2 | 5 | 64 | 0 | 62 | 3B | 5 | 150 | 60 | 30 |
| Octal | 362 | 5 | 144 | 0 | 142 | 73 | 5 | 520 | 140 | 60 |
| Binary | 11110010 | 101 | 1100100 | 0 | 1100010 | 111011 | 101 | 101010000 | 1100000 | 110000 |
Color Harmonies of #F20564
Complementary color
Monochromatic Colors of #F20564
Black with #F20564
Text Example
Text Example
White with #F20564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20564; }
p { color: rgb(242,5,100); }
H1.HeaderClassName
{
color: #F20564;
}
.AnyTagClassName
{
color: #F20564;
}
</style>
background-color css
<style>
a { background-color: #F20564; }
a { background-color: rgb(242,5,100); }
div.DivClassName
{
background-color: #F20564;
}
.BgClassName
{
background-color: #F20564;
}
</style>
border-color css
<style>
span { border-color: #F20564; }
span { border-color: rgb(242,5,100); }
td.TdClassName
{
border-color: #F20564;
}
.TagClassName
{
border-color: #F20564;
}
</style>