Shades of Razzmatazz #FC096C
Tints of Razzmatazz #FC096C
RGB
CMYK
RGB Variations
Color information
#FC096C (or 0xFC096C) is known color: Razzmatazz. HEX triplet: FC, 09 and 6C. RGB value is (252,9,108). Sum of RGB (Red+Green+Blue) = 252+9+108=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC096C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC096C is #03F693. Grayscale: #5C5C5C. Windows color (decimal): -259732 or 7080444. OLE color: 7080444.
HSL color Cylindrical-coordinate representation of color #FC096C: hue angle of 335.56º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC096C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.01 |
| HSL | 335.56º | 0.98% | 0.51% | - |
| HSV(B) | 335.56º | 0.96% | 0.99% | - |
| XYZ | 42.95 | 21.97 | 16.16 | - |
| YUV | 92.94 | 136.51 | 241.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 108 | 0 | 0.96 | 0.57 | 0.01 | 335.56 | 0.98 | 0.51 |
| Hex | FC | 9 | 6C | 0 | 60 | 39 | 1 | 150 | 62 | 33 |
| Octal | 374 | 11 | 154 | 0 | 140 | 71 | 1 | 520 | 142 | 63 |
| Binary | 11111100 | 1001 | 1101100 | 0 | 1100000 | 111001 | 1 | 101010000 | 1100010 | 110011 |
Color Harmonies of #FC096C
Complementary color
Monochromatic Colors of #FC096C
Black with #FC096C
Text Example
Text Example
White with #FC096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC096C; }
p { color: rgb(252,9,108); }
H1.HeaderClassName
{
color: #FC096C;
}
.AnyTagClassName
{
color: #FC096C;
}
</style>
background-color css
<style>
a { background-color: #FC096C; }
a { background-color: rgb(252,9,108); }
div.DivClassName
{
background-color: #FC096C;
}
.BgClassName
{
background-color: #FC096C;
}
</style>
border-color css
<style>
span { border-color: #FC096C; }
span { border-color: rgb(252,9,108); }
td.TdClassName
{
border-color: #FC096C;
}
.TagClassName
{
border-color: #FC096C;
}
</style>