Shades of Razzmatazz #FC0254
Tints of Razzmatazz #FC0254
RGB
CMYK
RGB Variations
Color information
#FC0254 (or 0xFC0254) is known color: Razzmatazz. HEX triplet: FC, 02 and 54. RGB value is (252,2,84). Sum of RGB (Red+Green+Blue) = 252+2+84=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0254 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0254 is #03FDAB. Grayscale: #565656. Windows color (decimal): -261548 or 5505788. OLE color: 5505788.
HSL color Cylindrical-coordinate representation of color #FC0254: hue angle of 340.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0254 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.01 |
| HSL | 340.32º | 0.98% | 0.5% | - |
| HSV(B) | 340.32º | 0.99% | 0.99% | - |
| XYZ | 41.77 | 21.38 | 10.31 | - |
| YUV | 86.1 | 126.83 | 246.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 84 | 0 | 0.99 | 0.67 | 0.01 | 340.32 | 0.98 | 0.5 |
| Hex | FC | 2 | 54 | 0 | 63 | 43 | 1 | 154 | 62 | 32 |
| Octal | 374 | 2 | 124 | 0 | 143 | 103 | 1 | 524 | 142 | 62 |
| Binary | 11111100 | 10 | 1010100 | 0 | 1100011 | 1000011 | 1 | 101010100 | 1100010 | 110010 |
Color Harmonies of #FC0254
Complementary color
Monochromatic Colors of #FC0254
Black with #FC0254
Text Example
Text Example
White with #FC0254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0254; }
p { color: rgb(252,2,84); }
H1.HeaderClassName
{
color: #FC0254;
}
.AnyTagClassName
{
color: #FC0254;
}
</style>
background-color css
<style>
a { background-color: #FC0254; }
a { background-color: rgb(252,2,84); }
div.DivClassName
{
background-color: #FC0254;
}
.BgClassName
{
background-color: #FC0254;
}
</style>
border-color css
<style>
span { border-color: #FC0254; }
span { border-color: rgb(252,2,84); }
td.TdClassName
{
border-color: #FC0254;
}
.TagClassName
{
border-color: #FC0254;
}
</style>