Shades of Razzmatazz #F6006B
Tints of Razzmatazz #F6006B
RGB
CMYK
RGB Variations
Color information
#F6006B (or 0xF6006B) is known color: Razzmatazz. HEX triplet: F6, 00 and 6B. RGB value is (246,0,107). Sum of RGB (Red+Green+Blue) = 246+0+107=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F6006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6006B is #09FF94. Grayscale: #555555. Windows color (decimal): -655253 or 7012598. OLE color: 7012598.
HSL color Cylindrical-coordinate representation of color #F6006B: hue angle of 333.9º 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 #F6006B is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.57 | 0.04 |
| HSL | 333.9º | 1% | 0.48% | - |
| HSV(B) | 333.9º | 1% | 0.96% | - |
| XYZ | 40.66 | 20.65 | 15.75 | - |
| YUV | 85.75 | 140 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 107 | 0 | 1 | 0.57 | 0.04 | 333.9 | 1 | 0.48 |
| Hex | F6 | 0 | 6B | 0 | 64 | 39 | 4 | 14E | 64 | 30 |
| Octal | 366 | 0 | 153 | 0 | 144 | 71 | 4 | 516 | 144 | 60 |
| Binary | 11110110 | 0 | 1101011 | 0 | 1100100 | 111001 | 100 | 101001110 | 1100100 | 110000 |
Color Harmonies of #F6006B
Complementary color
Monochromatic Colors of #F6006B
Black with #F6006B
Text Example
Text Example
White with #F6006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6006B; }
p { color: rgb(246,0,107); }
H1.HeaderClassName
{
color: #F6006B;
}
.AnyTagClassName
{
color: #F6006B;
}
</style>
background-color css
<style>
a { background-color: #F6006B; }
a { background-color: rgb(246,0,107); }
div.DivClassName
{
background-color: #F6006B;
}
.BgClassName
{
background-color: #F6006B;
}
</style>
border-color css
<style>
span { border-color: #F6006B; }
span { border-color: rgb(246,0,107); }
td.TdClassName
{
border-color: #F6006B;
}
.TagClassName
{
border-color: #F6006B;
}
</style>