Shades of Razzmatazz #FC0D64
Tints of Razzmatazz #FC0D64
RGB
CMYK
RGB Variations
Color information
#FC0D64 (or 0xFC0D64) is known color: Razzmatazz. HEX triplet: FC, 0D and 64. RGB value is (252,13,100). Sum of RGB (Red+Green+Blue) = 252+13+100=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0D64 is #03F29B. Grayscale: #5E5E5E. Windows color (decimal): -258716 or 6557180. OLE color: 6557180.
HSL color Cylindrical-coordinate representation of color #FC0D64: hue angle of 338.16º 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 #FC0D64 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 100 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.01 |
| HSL | 338.16º | 0.98% | 0.52% | - |
| HSV(B) | 338.16º | 0.95% | 0.99% | - |
| XYZ | 42.59 | 21.9 | 14.04 | - |
| YUV | 94.38 | 131.18 | 240.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 100 | 0 | 0.95 | 0.60 | 0.01 | 338.16 | 0.98 | 0.52 |
| Hex | FC | D | 64 | 0 | 5F | 3C | 1 | 152 | 62 | 34 |
| Octal | 374 | 15 | 144 | 0 | 137 | 74 | 1 | 522 | 142 | 64 |
| Binary | 11111100 | 1101 | 1100100 | 0 | 1011111 | 111100 | 1 | 101010010 | 1100010 | 110100 |
Color Harmonies of #FC0D64
Complementary color
Monochromatic Colors of #FC0D64
Black with #FC0D64
Text Example
Text Example
White with #FC0D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D64; }
p { color: rgb(252,13,100); }
H1.HeaderClassName
{
color: #FC0D64;
}
.AnyTagClassName
{
color: #FC0D64;
}
</style>
background-color css
<style>
a { background-color: #FC0D64; }
a { background-color: rgb(252,13,100); }
div.DivClassName
{
background-color: #FC0D64;
}
.BgClassName
{
background-color: #FC0D64;
}
</style>
border-color css
<style>
span { border-color: #FC0D64; }
span { border-color: rgb(252,13,100); }
td.TdClassName
{
border-color: #FC0D64;
}
.TagClassName
{
border-color: #FC0D64;
}
</style>