Shades of Razzmatazz #FC0155
Tints of Razzmatazz #FC0155
RGB
CMYK
RGB Variations
Color information
#FC0155 (or 0xFC0155) is known color: Razzmatazz. HEX triplet: FC, 01 and 55. RGB value is (252,1,85). Sum of RGB (Red+Green+Blue) = 252+1+85=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0155 is #03FEAA. Grayscale: #555555. Windows color (decimal): -261803 or 5571068. OLE color: 5571068.
HSL color Cylindrical-coordinate representation of color #FC0155: hue angle of 339.92º 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 #FC0155 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.01 |
| HSL | 339.92º | 0.99% | 0.5% | - |
| HSV(B) | 339.92º | 1% | 0.99% | - |
| XYZ | 41.8 | 21.37 | 10.52 | - |
| YUV | 85.63 | 127.66 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 85 | 0 | 1.00 | 0.66 | 0.01 | 339.92 | 0.99 | 0.5 |
| Hex | FC | 1 | 55 | 0 | 64 | 42 | 1 | 154 | 63 | 32 |
| Octal | 374 | 1 | 125 | 0 | 144 | 102 | 1 | 524 | 143 | 62 |
| Binary | 11111100 | 1 | 1010101 | 0 | 1100100 | 1000010 | 1 | 101010100 | 1100011 | 110010 |
Color Harmonies of #FC0155
Complementary color
Monochromatic Colors of #FC0155
Black with #FC0155
Text Example
Text Example
White with #FC0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0155; }
p { color: rgb(252,1,85); }
H1.HeaderClassName
{
color: #FC0155;
}
.AnyTagClassName
{
color: #FC0155;
}
</style>
background-color css
<style>
a { background-color: #FC0155; }
a { background-color: rgb(252,1,85); }
div.DivClassName
{
background-color: #FC0155;
}
.BgClassName
{
background-color: #FC0155;
}
</style>
border-color css
<style>
span { border-color: #FC0155; }
span { border-color: rgb(252,1,85); }
td.TdClassName
{
border-color: #FC0155;
}
.TagClassName
{
border-color: #FC0155;
}
</style>