Shades of Razzmatazz #F6006E
Tints of Razzmatazz #F6006E
RGB
CMYK
RGB Variations
Color information
#F6006E (or 0xF6006E) is known color: Razzmatazz. HEX triplet: F6, 00 and 6E. RGB value is (246,0,110). Sum of RGB (Red+Green+Blue) = 246+0+110=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F6006E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6006E is #09FF91. Grayscale: #555555. Windows color (decimal): -655250 or 7209206. OLE color: 7209206.
HSL color Cylindrical-coordinate representation of color #F6006E: hue angle of 333.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6006E is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.55 | 0.04 |
| HSL | 333.17º | 1% | 0.48% | - |
| HSV(B) | 333.17º | 1% | 0.96% | - |
| XYZ | 40.82 | 20.72 | 16.6 | - |
| YUV | 86.09 | 141.5 | 242.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 110 | 0 | 1 | 0.55 | 0.04 | 333.17 | 1 | 0.48 |
| Hex | F6 | 0 | 6E | 0 | 64 | 37 | 4 | 14D | 64 | 30 |
| Octal | 366 | 0 | 156 | 0 | 144 | 67 | 4 | 515 | 144 | 60 |
| Binary | 11110110 | 0 | 1101110 | 0 | 1100100 | 110111 | 100 | 101001101 | 1100100 | 110000 |
Color Harmonies of #F6006E
Complementary color
Monochromatic Colors of #F6006E
Black with #F6006E
Text Example
Text Example
White with #F6006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6006E; }
p { color: rgb(246,0,110); }
H1.HeaderClassName
{
color: #F6006E;
}
.AnyTagClassName
{
color: #F6006E;
}
</style>
background-color css
<style>
a { background-color: #F6006E; }
a { background-color: rgb(246,0,110); }
div.DivClassName
{
background-color: #F6006E;
}
.BgClassName
{
background-color: #F6006E;
}
</style>
border-color css
<style>
span { border-color: #F6006E; }
span { border-color: rgb(246,0,110); }
td.TdClassName
{
border-color: #F6006E;
}
.TagClassName
{
border-color: #F6006E;
}
</style>