Shades of Razzmatazz #FC015D
Tints of Razzmatazz #FC015D
RGB
CMYK
RGB Variations
Color information
#FC015D (or 0xFC015D) is known color: Razzmatazz. HEX triplet: FC, 01 and 5D. RGB value is (252,1,93). Sum of RGB (Red+Green+Blue) = 252+1+93=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC015D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC015D is #03FEA2. Grayscale: #565656. Windows color (decimal): -261795 or 6095356. OLE color: 6095356.
HSL color Cylindrical-coordinate representation of color #FC015D: hue angle of 338.01º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC015D is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.01 |
| HSL | 338.01º | 0.99% | 0.5% | - |
| HSV(B) | 338.01º | 1% | 0.99% | - |
| XYZ | 42.13 | 21.51 | 12.29 | - |
| YUV | 86.54 | 131.66 | 246.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 93 | 0 | 1.00 | 0.63 | 0.01 | 338.01 | 0.99 | 0.5 |
| Hex | FC | 1 | 5D | 0 | 64 | 3F | 1 | 152 | 63 | 32 |
| Octal | 374 | 1 | 135 | 0 | 144 | 77 | 1 | 522 | 143 | 62 |
| Binary | 11111100 | 1 | 1011101 | 0 | 1100100 | 111111 | 1 | 101010010 | 1100011 | 110010 |
Color Harmonies of #FC015D
Complementary color
Monochromatic Colors of #FC015D
Black with #FC015D
Text Example
Text Example
White with #FC015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC015D; }
p { color: rgb(252,1,93); }
H1.HeaderClassName
{
color: #FC015D;
}
.AnyTagClassName
{
color: #FC015D;
}
</style>
background-color css
<style>
a { background-color: #FC015D; }
a { background-color: rgb(252,1,93); }
div.DivClassName
{
background-color: #FC015D;
}
.BgClassName
{
background-color: #FC015D;
}
</style>
border-color css
<style>
span { border-color: #FC015D; }
span { border-color: rgb(252,1,93); }
td.TdClassName
{
border-color: #FC015D;
}
.TagClassName
{
border-color: #FC015D;
}
</style>