Shades of Razzmatazz #FC0554
Tints of Razzmatazz #FC0554
RGB
CMYK
RGB Variations
Color information
#FC0554 (or 0xFC0554) is known color: Razzmatazz. HEX triplet: FC, 05 and 54. RGB value is (252,5,84). Sum of RGB (Red+Green+Blue) = 252+5+84=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0554 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0554 is #03FAAB. Grayscale: #575757. Windows color (decimal): -260780 or 5506556. OLE color: 5506556.
HSL color Cylindrical-coordinate representation of color #FC0554: hue angle of 340.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0554 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 84 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.01 |
| HSL | 340.81º | 0.98% | 0.5% | - |
| HSV(B) | 340.81º | 0.98% | 0.99% | - |
| XYZ | 41.8 | 21.44 | 10.32 | - |
| YUV | 87.86 | 125.83 | 245.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 84 | 0 | 0.98 | 0.67 | 0.01 | 340.81 | 0.98 | 0.5 |
| Hex | FC | 5 | 54 | 0 | 62 | 43 | 1 | 155 | 62 | 32 |
| Octal | 374 | 5 | 124 | 0 | 142 | 103 | 1 | 525 | 142 | 62 |
| Binary | 11111100 | 101 | 1010100 | 0 | 1100010 | 1000011 | 1 | 101010101 | 1100010 | 110010 |
Color Harmonies of #FC0554
Complementary color
Monochromatic Colors of #FC0554
Black with #FC0554
Text Example
Text Example
White with #FC0554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0554; }
p { color: rgb(252,5,84); }
H1.HeaderClassName
{
color: #FC0554;
}
.AnyTagClassName
{
color: #FC0554;
}
</style>
background-color css
<style>
a { background-color: #FC0554; }
a { background-color: rgb(252,5,84); }
div.DivClassName
{
background-color: #FC0554;
}
.BgClassName
{
background-color: #FC0554;
}
</style>
border-color css
<style>
span { border-color: #FC0554; }
span { border-color: rgb(252,5,84); }
td.TdClassName
{
border-color: #FC0554;
}
.TagClassName
{
border-color: #FC0554;
}
</style>