Shades of Razzmatazz #FC0551
Tints of Razzmatazz #FC0551
RGB
CMYK
RGB Variations
Color information
#FC0551 (or 0xFC0551) is known color: Razzmatazz. HEX triplet: FC, 05 and 51. RGB value is (252,5,81). Sum of RGB (Red+Green+Blue) = 252+5+81=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0551 is #03FAAE. Grayscale: #575757. Windows color (decimal): -260783 or 5309948. OLE color: 5309948.
HSL color Cylindrical-coordinate representation of color #FC0551: hue angle of 341.54º 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 #FC0551 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 81 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.01 |
| HSL | 341.54º | 0.98% | 0.5% | - |
| HSV(B) | 341.54º | 0.98% | 0.99% | - |
| XYZ | 41.68 | 21.4 | 9.72 | - |
| YUV | 87.52 | 124.33 | 245.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 81 | 0 | 0.98 | 0.68 | 0.01 | 341.54 | 0.98 | 0.5 |
| Hex | FC | 5 | 51 | 0 | 62 | 44 | 1 | 156 | 62 | 32 |
| Octal | 374 | 5 | 121 | 0 | 142 | 104 | 1 | 526 | 142 | 62 |
| Binary | 11111100 | 101 | 1010001 | 0 | 1100010 | 1000100 | 1 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FC0551
Complementary color
Monochromatic Colors of #FC0551
Black with #FC0551
Text Example
Text Example
White with #FC0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0551; }
p { color: rgb(252,5,81); }
H1.HeaderClassName
{
color: #FC0551;
}
.AnyTagClassName
{
color: #FC0551;
}
</style>
background-color css
<style>
a { background-color: #FC0551; }
a { background-color: rgb(252,5,81); }
div.DivClassName
{
background-color: #FC0551;
}
.BgClassName
{
background-color: #FC0551;
}
</style>
border-color css
<style>
span { border-color: #FC0551; }
span { border-color: rgb(252,5,81); }
td.TdClassName
{
border-color: #FC0551;
}
.TagClassName
{
border-color: #FC0551;
}
</style>