Shades of Razzmatazz #FC0854
Tints of Razzmatazz #FC0854
RGB
CMYK
RGB Variations
Color information
#FC0854 (or 0xFC0854) is known color: Razzmatazz. HEX triplet: FC, 08 and 54. RGB value is (252,8,84). Sum of RGB (Red+Green+Blue) = 252+8+84=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0854 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0854 is #03F7AB. Grayscale: #595959. Windows color (decimal): -260012 or 5507324. OLE color: 5507324.
HSL color Cylindrical-coordinate representation of color #FC0854: hue angle of 341.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0854 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 84 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.01 |
| HSL | 341.31º | 0.98% | 0.51% | - |
| HSV(B) | 341.31º | 0.97% | 0.99% | - |
| XYZ | 41.83 | 21.51 | 10.33 | - |
| YUV | 89.62 | 124.84 | 243.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 84 | 0 | 0.97 | 0.67 | 0.01 | 341.31 | 0.98 | 0.51 |
| Hex | FC | 8 | 54 | 0 | 61 | 43 | 1 | 155 | 62 | 33 |
| Octal | 374 | 10 | 124 | 0 | 141 | 103 | 1 | 525 | 142 | 63 |
| Binary | 11111100 | 1000 | 1010100 | 0 | 1100001 | 1000011 | 1 | 101010101 | 1100010 | 110011 |
Color Harmonies of #FC0854
Complementary color
Monochromatic Colors of #FC0854
Black with #FC0854
Text Example
Text Example
White with #FC0854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0854; }
p { color: rgb(252,8,84); }
H1.HeaderClassName
{
color: #FC0854;
}
.AnyTagClassName
{
color: #FC0854;
}
</style>
background-color css
<style>
a { background-color: #FC0854; }
a { background-color: rgb(252,8,84); }
div.DivClassName
{
background-color: #FC0854;
}
.BgClassName
{
background-color: #FC0854;
}
</style>
border-color css
<style>
span { border-color: #FC0854; }
span { border-color: rgb(252,8,84); }
td.TdClassName
{
border-color: #FC0854;
}
.TagClassName
{
border-color: #FC0854;
}
</style>