Shades of Razzmatazz #F60466
Tints of Razzmatazz #F60466
RGB
CMYK
RGB Variations
Color information
#F60466 (or 0xF60466) is known color: Razzmatazz. HEX triplet: F6, 04 and 66. RGB value is (246,4,102). Sum of RGB (Red+Green+Blue) = 246+4+102=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F60466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60466 is #09FB99. Grayscale: #575757. Windows color (decimal): -654234 or 6685942. OLE color: 6685942.
HSL color Cylindrical-coordinate representation of color #F60466: hue angle of 335.7º degrees, saturation: 0.97, 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 #F60466 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 102 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.04 |
| HSL | 335.7º | 0.97% | 0.49% | - |
| HSV(B) | 335.7º | 0.98% | 0.96% | - |
| XYZ | 40.45 | 20.64 | 14.42 | - |
| YUV | 87.53 | 136.17 | 241.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 102 | 0 | 0.98 | 0.59 | 0.04 | 335.7 | 0.97 | 0.49 |
| Hex | F6 | 4 | 66 | 0 | 62 | 3B | 4 | 150 | 61 | 31 |
| Octal | 366 | 4 | 146 | 0 | 142 | 73 | 4 | 520 | 141 | 61 |
| Binary | 11110110 | 100 | 1100110 | 0 | 1100010 | 111011 | 100 | 101010000 | 1100001 | 110001 |
Color Harmonies of #F60466
Complementary color
Monochromatic Colors of #F60466
Black with #F60466
Text Example
Text Example
White with #F60466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60466; }
p { color: rgb(246,4,102); }
H1.HeaderClassName
{
color: #F60466;
}
.AnyTagClassName
{
color: #F60466;
}
</style>
background-color css
<style>
a { background-color: #F60466; }
a { background-color: rgb(246,4,102); }
div.DivClassName
{
background-color: #F60466;
}
.BgClassName
{
background-color: #F60466;
}
</style>
border-color css
<style>
span { border-color: #F60466; }
span { border-color: rgb(246,4,102); }
td.TdClassName
{
border-color: #F60466;
}
.TagClassName
{
border-color: #F60466;
}
</style>