Shades of Razzmatazz #FC0154
Tints of Razzmatazz #FC0154
RGB
CMYK
RGB Variations
Color information
#FC0154 (or 0xFC0154) is known color: Razzmatazz. HEX triplet: FC, 01 and 54. RGB value is (252,1,84). Sum of RGB (Red+Green+Blue) = 252+1+84=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0154 is #03FEAB. Grayscale: #555555. Windows color (decimal): -261804 or 5505532. OLE color: 5505532.
HSL color Cylindrical-coordinate representation of color #FC0154: hue angle of 340.16º 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 #FC0154 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.01 |
| HSL | 340.16º | 0.99% | 0.5% | - |
| HSV(B) | 340.16º | 1% | 0.99% | - |
| XYZ | 41.76 | 21.36 | 10.31 | - |
| YUV | 85.51 | 127.16 | 246.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 84 | 0 | 1.00 | 0.67 | 0.01 | 340.16 | 0.99 | 0.5 |
| Hex | FC | 1 | 54 | 0 | 64 | 43 | 1 | 154 | 63 | 32 |
| Octal | 374 | 1 | 124 | 0 | 144 | 103 | 1 | 524 | 143 | 62 |
| Binary | 11111100 | 1 | 1010100 | 0 | 1100100 | 1000011 | 1 | 101010100 | 1100011 | 110010 |
Color Harmonies of #FC0154
Complementary color
Monochromatic Colors of #FC0154
Black with #FC0154
Text Example
Text Example
White with #FC0154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0154; }
p { color: rgb(252,1,84); }
H1.HeaderClassName
{
color: #FC0154;
}
.AnyTagClassName
{
color: #FC0154;
}
</style>
background-color css
<style>
a { background-color: #FC0154; }
a { background-color: rgb(252,1,84); }
div.DivClassName
{
background-color: #FC0154;
}
.BgClassName
{
background-color: #FC0154;
}
</style>
border-color css
<style>
span { border-color: #FC0154; }
span { border-color: rgb(252,1,84); }
td.TdClassName
{
border-color: #FC0154;
}
.TagClassName
{
border-color: #FC0154;
}
</style>