Shades of Razzmatazz #FC1154
Tints of Razzmatazz #FC1154
RGB
CMYK
RGB Variations
Color information
#FC1154 (or 0xFC1154) is known color: Razzmatazz. HEX triplet: FC, 11 and 54. RGB value is (252,17,84). Sum of RGB (Red+Green+Blue) = 252+17+84=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1154 is #03EEAB. Grayscale: #5E5E5E. Windows color (decimal): -257708 or 5509628. OLE color: 5509628.
HSL color Cylindrical-coordinate representation of color #FC1154: hue angle of 342.89º 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 #FC1154 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 84 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.01 |
| HSL | 342.89º | 0.98% | 0.53% | - |
| HSV(B) | 342.89º | 0.93% | 0.99% | - |
| XYZ | 41.95 | 21.74 | 10.37 | - |
| YUV | 94.9 | 121.86 | 240.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 84 | 0 | 0.93 | 0.67 | 0.01 | 342.89 | 0.98 | 0.53 |
| Hex | FC | 11 | 54 | 0 | 5D | 43 | 1 | 157 | 62 | 35 |
| Octal | 374 | 21 | 124 | 0 | 135 | 103 | 1 | 527 | 142 | 65 |
| Binary | 11111100 | 10001 | 1010100 | 0 | 1011101 | 1000011 | 1 | 101010111 | 1100010 | 110101 |
Color Harmonies of #FC1154
Complementary color
Monochromatic Colors of #FC1154
Black with #FC1154
Text Example
Text Example
White with #FC1154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1154; }
p { color: rgb(252,17,84); }
H1.HeaderClassName
{
color: #FC1154;
}
.AnyTagClassName
{
color: #FC1154;
}
</style>
background-color css
<style>
a { background-color: #FC1154; }
a { background-color: rgb(252,17,84); }
div.DivClassName
{
background-color: #FC1154;
}
.BgClassName
{
background-color: #FC1154;
}
</style>
border-color css
<style>
span { border-color: #FC1154; }
span { border-color: rgb(252,17,84); }
td.TdClassName
{
border-color: #FC1154;
}
.TagClassName
{
border-color: #FC1154;
}
</style>