Shades of Razzmatazz #FC1251
Tints of Razzmatazz #FC1251
RGB
CMYK
RGB Variations
Color information
#FC1251 (or 0xFC1251) is known color: Razzmatazz. HEX triplet: FC, 12 and 51. RGB value is (252,18,81). Sum of RGB (Red+Green+Blue) = 252+18+81=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1251 is #03EDAE. Grayscale: #5F5F5F. Windows color (decimal): -257455 or 5313276. OLE color: 5313276.
HSL color Cylindrical-coordinate representation of color #FC1251: hue angle of 343.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1251 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 81 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.01 |
| HSL | 343.85º | 0.98% | 0.53% | - |
| HSV(B) | 343.85º | 0.93% | 0.99% | - |
| XYZ | 41.85 | 21.72 | 9.77 | - |
| YUV | 95.15 | 120.02 | 239.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 81 | 0 | 0.93 | 0.68 | 0.01 | 343.85 | 0.98 | 0.53 |
| Hex | FC | 12 | 51 | 0 | 5D | 44 | 1 | 158 | 62 | 35 |
| Octal | 374 | 22 | 121 | 0 | 135 | 104 | 1 | 530 | 142 | 65 |
| Binary | 11111100 | 10010 | 1010001 | 0 | 1011101 | 1000100 | 1 | 101011000 | 1100010 | 110101 |
Color Harmonies of #FC1251
Complementary color
Monochromatic Colors of #FC1251
Black with #FC1251
Text Example
Text Example
White with #FC1251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1251; }
p { color: rgb(252,18,81); }
H1.HeaderClassName
{
color: #FC1251;
}
.AnyTagClassName
{
color: #FC1251;
}
</style>
background-color css
<style>
a { background-color: #FC1251; }
a { background-color: rgb(252,18,81); }
div.DivClassName
{
background-color: #FC1251;
}
.BgClassName
{
background-color: #FC1251;
}
</style>
border-color css
<style>
span { border-color: #FC1251; }
span { border-color: rgb(252,18,81); }
td.TdClassName
{
border-color: #FC1251;
}
.TagClassName
{
border-color: #FC1251;
}
</style>