Shades of Razzmatazz #FC0567
Tints of Razzmatazz #FC0567
RGB
CMYK
RGB Variations
Color information
#FC0567 (or 0xFC0567) is known color: Razzmatazz. HEX triplet: FC, 05 and 67. RGB value is (252,5,103). Sum of RGB (Red+Green+Blue) = 252+5+103=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0567 is #03FA98. Grayscale: #595959. Windows color (decimal): -260761 or 6751740. OLE color: 6751740.
HSL color Cylindrical-coordinate representation of color #FC0567: hue angle of 336.19º 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 #FC0567 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 103 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.01 |
| HSL | 336.19º | 0.98% | 0.5% | - |
| HSV(B) | 336.19º | 0.98% | 0.99% | - |
| XYZ | 42.65 | 21.78 | 14.79 | - |
| YUV | 90.03 | 135.33 | 243.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 103 | 0 | 0.98 | 0.59 | 0.01 | 336.19 | 0.98 | 0.5 |
| Hex | FC | 5 | 67 | 0 | 62 | 3B | 1 | 150 | 62 | 32 |
| Octal | 374 | 5 | 147 | 0 | 142 | 73 | 1 | 520 | 142 | 62 |
| Binary | 11111100 | 101 | 1100111 | 0 | 1100010 | 111011 | 1 | 101010000 | 1100010 | 110010 |
Color Harmonies of #FC0567
Complementary color
Monochromatic Colors of #FC0567
Black with #FC0567
Text Example
Text Example
White with #FC0567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0567; }
p { color: rgb(252,5,103); }
H1.HeaderClassName
{
color: #FC0567;
}
.AnyTagClassName
{
color: #FC0567;
}
</style>
background-color css
<style>
a { background-color: #FC0567; }
a { background-color: rgb(252,5,103); }
div.DivClassName
{
background-color: #FC0567;
}
.BgClassName
{
background-color: #FC0567;
}
</style>
border-color css
<style>
span { border-color: #FC0567; }
span { border-color: rgb(252,5,103); }
td.TdClassName
{
border-color: #FC0567;
}
.TagClassName
{
border-color: #FC0567;
}
</style>