Shades of Razzmatazz #FC0566
Tints of Razzmatazz #FC0566
RGB
CMYK
RGB Variations
Color information
#FC0566 (or 0xFC0566) is known color: Razzmatazz. HEX triplet: FC, 05 and 66. RGB value is (252,5,102). Sum of RGB (Red+Green+Blue) = 252+5+102=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0566 is #03FA99. Grayscale: #595959. Windows color (decimal): -260762 or 6686204. OLE color: 6686204.
HSL color Cylindrical-coordinate representation of color #FC0566: hue angle of 336.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0566 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.01 |
| HSL | 336.44º | 0.98% | 0.5% | - |
| HSV(B) | 336.44º | 0.98% | 0.99% | - |
| XYZ | 42.6 | 21.76 | 14.53 | - |
| YUV | 89.91 | 134.83 | 243.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 102 | 0 | 0.98 | 0.60 | 0.01 | 336.44 | 0.98 | 0.5 |
| Hex | FC | 5 | 66 | 0 | 62 | 3C | 1 | 150 | 62 | 32 |
| Octal | 374 | 5 | 146 | 0 | 142 | 74 | 1 | 520 | 142 | 62 |
| Binary | 11111100 | 101 | 1100110 | 0 | 1100010 | 111100 | 1 | 101010000 | 1100010 | 110010 |
Color Harmonies of #FC0566
Complementary color
Monochromatic Colors of #FC0566
Black with #FC0566
Text Example
Text Example
White with #FC0566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0566; }
p { color: rgb(252,5,102); }
H1.HeaderClassName
{
color: #FC0566;
}
.AnyTagClassName
{
color: #FC0566;
}
</style>
background-color css
<style>
a { background-color: #FC0566; }
a { background-color: rgb(252,5,102); }
div.DivClassName
{
background-color: #FC0566;
}
.BgClassName
{
background-color: #FC0566;
}
</style>
border-color css
<style>
span { border-color: #FC0566; }
span { border-color: rgb(252,5,102); }
td.TdClassName
{
border-color: #FC0566;
}
.TagClassName
{
border-color: #FC0566;
}
</style>