Shades of Razzmatazz #F6016C
Tints of Razzmatazz #F6016C
RGB
CMYK
RGB Variations
Color information
#F6016C (or 0xF6016C) is known color: Razzmatazz. HEX triplet: F6, 01 and 6C. RGB value is (246,1,108). Sum of RGB (Red+Green+Blue) = 246+1+108=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F6016C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6016C is #09FE93. Grayscale: #565656. Windows color (decimal): -654996 or 7078390. OLE color: 7078390.
HSL color Cylindrical-coordinate representation of color #F6016C: hue angle of 333.8º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6016C is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.04 |
| HSL | 333.8º | 0.99% | 0.48% | - |
| HSV(B) | 333.8º | 1% | 0.96% | - |
| XYZ | 40.72 | 20.7 | 16.04 | - |
| YUV | 86.45 | 140.17 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 108 | 0 | 1.00 | 0.56 | 0.04 | 333.8 | 0.99 | 0.48 |
| Hex | F6 | 1 | 6C | 0 | 64 | 38 | 4 | 14E | 63 | 30 |
| Octal | 366 | 1 | 154 | 0 | 144 | 70 | 4 | 516 | 143 | 60 |
| Binary | 11110110 | 1 | 1101100 | 0 | 1100100 | 111000 | 100 | 101001110 | 1100011 | 110000 |
Color Harmonies of #F6016C
Complementary color
Monochromatic Colors of #F6016C
Black with #F6016C
Text Example
Text Example
White with #F6016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6016C; }
p { color: rgb(246,1,108); }
H1.HeaderClassName
{
color: #F6016C;
}
.AnyTagClassName
{
color: #F6016C;
}
</style>
background-color css
<style>
a { background-color: #F6016C; }
a { background-color: rgb(246,1,108); }
div.DivClassName
{
background-color: #F6016C;
}
.BgClassName
{
background-color: #F6016C;
}
</style>
border-color css
<style>
span { border-color: #F6016C; }
span { border-color: rgb(246,1,108); }
td.TdClassName
{
border-color: #F6016C;
}
.TagClassName
{
border-color: #F6016C;
}
</style>