Shades of Razzmatazz #FC015A
Tints of Razzmatazz #FC015A
RGB
CMYK
RGB Variations
Color information
#FC015A (or 0xFC015A) is known color: Razzmatazz. HEX triplet: FC, 01 and 5A. RGB value is (252,1,90). Sum of RGB (Red+Green+Blue) = 252+1+90=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC015A is #03FEA5. Grayscale: #565656. Windows color (decimal): -261798 or 5898748. OLE color: 5898748.
HSL color Cylindrical-coordinate representation of color #FC015A: hue angle of 338.73º 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 #FC015A is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.01 |
| HSL | 338.73º | 0.99% | 0.5% | - |
| HSV(B) | 338.73º | 1% | 0.99% | - |
| XYZ | 42 | 21.46 | 11.6 | - |
| YUV | 86.2 | 130.16 | 246.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 90 | 0 | 1.00 | 0.64 | 0.01 | 338.73 | 0.99 | 0.5 |
| Hex | FC | 1 | 5A | 0 | 64 | 40 | 1 | 153 | 63 | 32 |
| Octal | 374 | 1 | 132 | 0 | 144 | 100 | 1 | 523 | 143 | 62 |
| Binary | 11111100 | 1 | 1011010 | 0 | 1100100 | 1000000 | 1 | 101010011 | 1100011 | 110010 |
Color Harmonies of #FC015A
Complementary color
Monochromatic Colors of #FC015A
Black with #FC015A
Text Example
Text Example
White with #FC015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC015A; }
p { color: rgb(252,1,90); }
H1.HeaderClassName
{
color: #FC015A;
}
.AnyTagClassName
{
color: #FC015A;
}
</style>
background-color css
<style>
a { background-color: #FC015A; }
a { background-color: rgb(252,1,90); }
div.DivClassName
{
background-color: #FC015A;
}
.BgClassName
{
background-color: #FC015A;
}
</style>
border-color css
<style>
span { border-color: #FC015A; }
span { border-color: rgb(252,1,90); }
td.TdClassName
{
border-color: #FC015A;
}
.TagClassName
{
border-color: #FC015A;
}
</style>