Shades of Razzmatazz #FC096E
Tints of Razzmatazz #FC096E
RGB
CMYK
RGB Variations
Color information
#FC096E (or 0xFC096E) is known color: Razzmatazz. HEX triplet: FC, 09 and 6E. RGB value is (252,9,110). Sum of RGB (Red+Green+Blue) = 252+9+110=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC096E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC096E is #03F691. Grayscale: #5D5D5D. Windows color (decimal): -259730 or 7211516. OLE color: 7211516.
HSL color Cylindrical-coordinate representation of color #FC096E: hue angle of 335.06º 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 #FC096E is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.01 |
| HSL | 335.06º | 0.98% | 0.51% | - |
| HSV(B) | 335.06º | 0.96% | 0.99% | - |
| XYZ | 43.06 | 22.02 | 16.73 | - |
| YUV | 93.17 | 137.51 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 110 | 0 | 0.96 | 0.56 | 0.01 | 335.06 | 0.98 | 0.51 |
| Hex | FC | 9 | 6E | 0 | 60 | 38 | 1 | 14F | 62 | 33 |
| Octal | 374 | 11 | 156 | 0 | 140 | 70 | 1 | 517 | 142 | 63 |
| Binary | 11111100 | 1001 | 1101110 | 0 | 1100000 | 111000 | 1 | 101001111 | 1100010 | 110011 |
Color Harmonies of #FC096E
Complementary color
Monochromatic Colors of #FC096E
Black with #FC096E
Text Example
Text Example
White with #FC096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC096E; }
p { color: rgb(252,9,110); }
H1.HeaderClassName
{
color: #FC096E;
}
.AnyTagClassName
{
color: #FC096E;
}
</style>
background-color css
<style>
a { background-color: #FC096E; }
a { background-color: rgb(252,9,110); }
div.DivClassName
{
background-color: #FC096E;
}
.BgClassName
{
background-color: #FC096E;
}
</style>
border-color css
<style>
span { border-color: #FC096E; }
span { border-color: rgb(252,9,110); }
td.TdClassName
{
border-color: #FC096E;
}
.TagClassName
{
border-color: #FC096E;
}
</style>