Shades of Razzmatazz #FC015C
Tints of Razzmatazz #FC015C
RGB
CMYK
RGB Variations
Color information
#FC015C (or 0xFC015C) is known color: Razzmatazz. HEX triplet: FC, 01 and 5C. RGB value is (252,1,92). Sum of RGB (Red+Green+Blue) = 252+1+92=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC015C is #03FEA3. Grayscale: #565656. Windows color (decimal): -261796 or 6029820. OLE color: 6029820.
HSL color Cylindrical-coordinate representation of color #FC015C: hue angle of 338.25º 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 #FC015C is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.01 |
| HSL | 338.25º | 0.99% | 0.5% | - |
| HSV(B) | 338.25º | 1% | 0.99% | - |
| XYZ | 42.09 | 21.49 | 12.05 | - |
| YUV | 86.42 | 131.16 | 246.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 92 | 0 | 1.00 | 0.63 | 0.01 | 338.25 | 0.99 | 0.5 |
| Hex | FC | 1 | 5C | 0 | 64 | 3F | 1 | 152 | 63 | 32 |
| Octal | 374 | 1 | 134 | 0 | 144 | 77 | 1 | 522 | 143 | 62 |
| Binary | 11111100 | 1 | 1011100 | 0 | 1100100 | 111111 | 1 | 101010010 | 1100011 | 110010 |
Color Harmonies of #FC015C
Complementary color
Monochromatic Colors of #FC015C
Black with #FC015C
Text Example
Text Example
White with #FC015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC015C; }
p { color: rgb(252,1,92); }
H1.HeaderClassName
{
color: #FC015C;
}
.AnyTagClassName
{
color: #FC015C;
}
</style>
background-color css
<style>
a { background-color: #FC015C; }
a { background-color: rgb(252,1,92); }
div.DivClassName
{
background-color: #FC015C;
}
.BgClassName
{
background-color: #FC015C;
}
</style>
border-color css
<style>
span { border-color: #FC015C; }
span { border-color: rgb(252,1,92); }
td.TdClassName
{
border-color: #FC015C;
}
.TagClassName
{
border-color: #FC015C;
}
</style>