Shades of Razzmatazz #F20666
Tints of Razzmatazz #F20666
RGB
CMYK
RGB Variations
Color information
#F20666 (or 0xF20666) is known color: Razzmatazz. HEX triplet: F2, 06 and 66. RGB value is (242,6,102). Sum of RGB (Red+Green+Blue) = 242+6+102=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F20666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20666 is #0DF999. Grayscale: #575757. Windows color (decimal): -915866 or 6686450. OLE color: 6686450.
HSL color Cylindrical-coordinate representation of color #F20666: hue angle of 335.59º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20666 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 102 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.05 |
| HSL | 335.59º | 0.95% | 0.49% | - |
| HSV(B) | 335.59º | 0.98% | 0.95% | - |
| XYZ | 39.08 | 19.97 | 14.36 | - |
| YUV | 87.51 | 136.19 | 238.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 102 | 0 | 0.98 | 0.58 | 0.05 | 335.59 | 0.95 | 0.49 |
| Hex | F2 | 6 | 66 | 0 | 62 | 3A | 5 | 150 | 5F | 31 |
| Octal | 362 | 6 | 146 | 0 | 142 | 72 | 5 | 520 | 137 | 61 |
| Binary | 11110010 | 110 | 1100110 | 0 | 1100010 | 111010 | 101 | 101010000 | 1011111 | 110001 |
Color Harmonies of #F20666
Complementary color
Monochromatic Colors of #F20666
Black with #F20666
Text Example
Text Example
White with #F20666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20666; }
p { color: rgb(242,6,102); }
H1.HeaderClassName
{
color: #F20666;
}
.AnyTagClassName
{
color: #F20666;
}
</style>
background-color css
<style>
a { background-color: #F20666; }
a { background-color: rgb(242,6,102); }
div.DivClassName
{
background-color: #F20666;
}
.BgClassName
{
background-color: #F20666;
}
</style>
border-color css
<style>
span { border-color: #F20666; }
span { border-color: rgb(242,6,102); }
td.TdClassName
{
border-color: #F20666;
}
.TagClassName
{
border-color: #F20666;
}
</style>