Shades of Razzmatazz #FC015B
Tints of Razzmatazz #FC015B
RGB
CMYK
RGB Variations
Color information
#FC015B (or 0xFC015B) is known color: Razzmatazz. HEX triplet: FC, 01 and 5B. RGB value is (252,1,91). Sum of RGB (Red+Green+Blue) = 252+1+91=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC015B is #03FEA4. Grayscale: #565656. Windows color (decimal): -261797 or 5964284. OLE color: 5964284.
HSL color Cylindrical-coordinate representation of color #FC015B: hue angle of 338.49º 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 #FC015B is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.01 |
| HSL | 338.49º | 0.99% | 0.5% | - |
| HSV(B) | 338.49º | 1% | 0.99% | - |
| XYZ | 42.04 | 21.47 | 11.83 | - |
| YUV | 86.31 | 130.66 | 246.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 91 | 0 | 1.00 | 0.64 | 0.01 | 338.49 | 0.99 | 0.5 |
| Hex | FC | 1 | 5B | 0 | 64 | 40 | 1 | 152 | 63 | 32 |
| Octal | 374 | 1 | 133 | 0 | 144 | 100 | 1 | 522 | 143 | 62 |
| Binary | 11111100 | 1 | 1011011 | 0 | 1100100 | 1000000 | 1 | 101010010 | 1100011 | 110010 |
Color Harmonies of #FC015B
Complementary color
Monochromatic Colors of #FC015B
Black with #FC015B
Text Example
Text Example
White with #FC015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC015B; }
p { color: rgb(252,1,91); }
H1.HeaderClassName
{
color: #FC015B;
}
.AnyTagClassName
{
color: #FC015B;
}
</style>
background-color css
<style>
a { background-color: #FC015B; }
a { background-color: rgb(252,1,91); }
div.DivClassName
{
background-color: #FC015B;
}
.BgClassName
{
background-color: #FC015B;
}
</style>
border-color css
<style>
span { border-color: #FC015B; }
span { border-color: rgb(252,1,91); }
td.TdClassName
{
border-color: #FC015B;
}
.TagClassName
{
border-color: #FC015B;
}
</style>