Shades of Razzmatazz #F2006E
Tints of Razzmatazz #F2006E
RGB
CMYK
RGB Variations
Color information
#F2006E (or 0xF2006E) is known color: Razzmatazz. HEX triplet: F2, 00 and 6E. RGB value is (242,0,110). Sum of RGB (Red+Green+Blue) = 242+0+110=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2006E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2006E is #0DFF91. Grayscale: #545454. Windows color (decimal): -917394 or 7209202. OLE color: 7209202.
HSL color Cylindrical-coordinate representation of color #F2006E: hue angle of 332.73º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2006E is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.55 | 0.05 |
| HSL | 332.73º | 1% | 0.47% | - |
| HSV(B) | 332.73º | 1% | 0.95% | - |
| XYZ | 39.43 | 20 | 16.53 | - |
| YUV | 84.9 | 142.17 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 110 | 0 | 1 | 0.55 | 0.05 | 332.73 | 1 | 0.47 |
| Hex | F2 | 0 | 6E | 0 | 64 | 37 | 5 | 14D | 64 | 2F |
| Octal | 362 | 0 | 156 | 0 | 144 | 67 | 5 | 515 | 144 | 57 |
| Binary | 11110010 | 0 | 1101110 | 0 | 1100100 | 110111 | 101 | 101001101 | 1100100 | 101111 |
Color Harmonies of #F2006E
Complementary color
Monochromatic Colors of #F2006E
Black with #F2006E
Text Example
Text Example
White with #F2006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2006E; }
p { color: rgb(242,0,110); }
H1.HeaderClassName
{
color: #F2006E;
}
.AnyTagClassName
{
color: #F2006E;
}
</style>
background-color css
<style>
a { background-color: #F2006E; }
a { background-color: rgb(242,0,110); }
div.DivClassName
{
background-color: #F2006E;
}
.BgClassName
{
background-color: #F2006E;
}
</style>
border-color css
<style>
span { border-color: #F2006E; }
span { border-color: rgb(242,0,110); }
td.TdClassName
{
border-color: #F2006E;
}
.TagClassName
{
border-color: #F2006E;
}
</style>