Shades of Razzmatazz #F20568
Tints of Razzmatazz #F20568
RGB
CMYK
RGB Variations
Color information
#F20568 (or 0xF20568) is known color: Razzmatazz. HEX triplet: F2, 05 and 68. RGB value is (242,5,104). Sum of RGB (Red+Green+Blue) = 242+5+104=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F20568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20568 is #0DFA97. Grayscale: #565656. Windows color (decimal): -916120 or 6817266. OLE color: 6817266.
HSL color Cylindrical-coordinate representation of color #F20568: hue angle of 334.94º 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 #F20568 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.05 |
| HSL | 334.94º | 0.96% | 0.48% | - |
| HSV(B) | 334.94º | 0.98% | 0.95% | - |
| XYZ | 39.17 | 19.99 | 14.89 | - |
| YUV | 87.15 | 137.52 | 238.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 104 | 0 | 0.98 | 0.57 | 0.05 | 334.94 | 0.96 | 0.48 |
| Hex | F2 | 5 | 68 | 0 | 62 | 39 | 5 | 14F | 60 | 30 |
| Octal | 362 | 5 | 150 | 0 | 142 | 71 | 5 | 517 | 140 | 60 |
| Binary | 11110010 | 101 | 1101000 | 0 | 1100010 | 111001 | 101 | 101001111 | 1100000 | 110000 |
Color Harmonies of #F20568
Complementary color
Monochromatic Colors of #F20568
Black with #F20568
Text Example
Text Example
White with #F20568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20568; }
p { color: rgb(242,5,104); }
H1.HeaderClassName
{
color: #F20568;
}
.AnyTagClassName
{
color: #F20568;
}
</style>
background-color css
<style>
a { background-color: #F20568; }
a { background-color: rgb(242,5,104); }
div.DivClassName
{
background-color: #F20568;
}
.BgClassName
{
background-color: #F20568;
}
</style>
border-color css
<style>
span { border-color: #F20568; }
span { border-color: rgb(242,5,104); }
td.TdClassName
{
border-color: #F20568;
}
.TagClassName
{
border-color: #F20568;
}
</style>