Shades of Razzmatazz #FC0D70
Tints of Razzmatazz #FC0D70
RGB
CMYK
RGB Variations
Color information
#FC0D70 (or 0xFC0D70) is known color: Razzmatazz. HEX triplet: FC, 0D and 70. RGB value is (252,13,112). Sum of RGB (Red+Green+Blue) = 252+13+112=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0D70 is #03F28F. Grayscale: #5F5F5F. Windows color (decimal): -258704 or 7343612. OLE color: 7343612.
HSL color Cylindrical-coordinate representation of color #FC0D70: hue angle of 335.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0D70 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 112 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.01 |
| HSL | 335.15º | 0.98% | 0.52% | - |
| HSV(B) | 335.15º | 0.95% | 0.99% | - |
| XYZ | 43.21 | 22.15 | 17.33 | - |
| YUV | 95.75 | 137.18 | 239.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 112 | 0 | 0.95 | 0.56 | 0.01 | 335.15 | 0.98 | 0.52 |
| Hex | FC | D | 70 | 0 | 5F | 38 | 1 | 14F | 62 | 34 |
| Octal | 374 | 15 | 160 | 0 | 137 | 70 | 1 | 517 | 142 | 64 |
| Binary | 11111100 | 1101 | 1110000 | 0 | 1011111 | 111000 | 1 | 101001111 | 1100010 | 110100 |
Color Harmonies of #FC0D70
Complementary color
Monochromatic Colors of #FC0D70
Black with #FC0D70
Text Example
Text Example
White with #FC0D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D70; }
p { color: rgb(252,13,112); }
H1.HeaderClassName
{
color: #FC0D70;
}
.AnyTagClassName
{
color: #FC0D70;
}
</style>
background-color css
<style>
a { background-color: #FC0D70; }
a { background-color: rgb(252,13,112); }
div.DivClassName
{
background-color: #FC0D70;
}
.BgClassName
{
background-color: #FC0D70;
}
</style>
border-color css
<style>
span { border-color: #FC0D70; }
span { border-color: rgb(252,13,112); }
td.TdClassName
{
border-color: #FC0D70;
}
.TagClassName
{
border-color: #FC0D70;
}
</style>