Shades of Razzmatazz #F60666
Tints of Razzmatazz #F60666
RGB
CMYK
RGB Variations
Color information
#F60666 (or 0xF60666) is known color: Razzmatazz. HEX triplet: F6, 06 and 66. RGB value is (246,6,102). Sum of RGB (Red+Green+Blue) = 246+6+102=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F60666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60666 is #09F999. Grayscale: #585858. Windows color (decimal): -653722 or 6686454. OLE color: 6686454.
HSL color Cylindrical-coordinate representation of color #F60666: hue angle of 336º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60666 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 102 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.04 |
| HSL | 336º | 0.95% | 0.49% | - |
| HSV(B) | 336º | 0.98% | 0.96% | - |
| XYZ | 40.47 | 20.68 | 14.43 | - |
| YUV | 88.7 | 135.51 | 240.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 102 | 0 | 0.98 | 0.59 | 0.04 | 336 | 0.95 | 0.49 |
| Hex | F6 | 6 | 66 | 0 | 62 | 3B | 4 | 150 | 5F | 31 |
| Octal | 366 | 6 | 146 | 0 | 142 | 73 | 4 | 520 | 137 | 61 |
| Binary | 11110110 | 110 | 1100110 | 0 | 1100010 | 111011 | 100 | 101010000 | 1011111 | 110001 |
Color Harmonies of #F60666
Complementary color
Monochromatic Colors of #F60666
Black with #F60666
Text Example
Text Example
White with #F60666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60666; }
p { color: rgb(246,6,102); }
H1.HeaderClassName
{
color: #F60666;
}
.AnyTagClassName
{
color: #F60666;
}
</style>
background-color css
<style>
a { background-color: #F60666; }
a { background-color: rgb(246,6,102); }
div.DivClassName
{
background-color: #F60666;
}
.BgClassName
{
background-color: #F60666;
}
</style>
border-color css
<style>
span { border-color: #F60666; }
span { border-color: rgb(246,6,102); }
td.TdClassName
{
border-color: #F60666;
}
.TagClassName
{
border-color: #F60666;
}
</style>