Shades of Razzmatazz #F20266
Tints of Razzmatazz #F20266
RGB
CMYK
RGB Variations
Color information
#F20266 (or 0xF20266) is known color: Razzmatazz. HEX triplet: F2, 02 and 66. RGB value is (242,2,102). Sum of RGB (Red+Green+Blue) = 242+2+102=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F20266 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20266 is #0DFD99. Grayscale: #555555. Windows color (decimal): -916890 or 6685426. OLE color: 6685426.
HSL color Cylindrical-coordinate representation of color #F20266: hue angle of 335º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20266 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.05 |
| HSL | 335º | 0.98% | 0.48% | - |
| HSV(B) | 335º | 0.99% | 0.95% | - |
| XYZ | 39.04 | 19.88 | 14.35 | - |
| YUV | 85.16 | 137.51 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 102 | 0 | 0.99 | 0.58 | 0.05 | 335 | 0.98 | 0.48 |
| Hex | F2 | 2 | 66 | 0 | 63 | 3A | 5 | 14F | 62 | 30 |
| Octal | 362 | 2 | 146 | 0 | 143 | 72 | 5 | 517 | 142 | 60 |
| Binary | 11110010 | 10 | 1100110 | 0 | 1100011 | 111010 | 101 | 101001111 | 1100010 | 110000 |
Color Harmonies of #F20266
Complementary color
Monochromatic Colors of #F20266
Black with #F20266
Text Example
Text Example
White with #F20266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20266; }
p { color: rgb(242,2,102); }
H1.HeaderClassName
{
color: #F20266;
}
.AnyTagClassName
{
color: #F20266;
}
</style>
background-color css
<style>
a { background-color: #F20266; }
a { background-color: rgb(242,2,102); }
div.DivClassName
{
background-color: #F20266;
}
.BgClassName
{
background-color: #F20266;
}
</style>
border-color css
<style>
span { border-color: #F20266; }
span { border-color: rgb(242,2,102); }
td.TdClassName
{
border-color: #F20266;
}
.TagClassName
{
border-color: #F20266;
}
</style>