Shades of Razzmatazz #FC096A
Tints of Razzmatazz #FC096A
RGB
CMYK
RGB Variations
Color information
#FC096A (or 0xFC096A) is known color: Razzmatazz. HEX triplet: FC, 09 and 6A. RGB value is (252,9,106). Sum of RGB (Red+Green+Blue) = 252+9+106=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC096A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC096A is #03F695. Grayscale: #5C5C5C. Windows color (decimal): -259734 or 6949372. OLE color: 6949372.
HSL color Cylindrical-coordinate representation of color #FC096A: hue angle of 336.05º 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 #FC096A is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.01 |
| HSL | 336.05º | 0.98% | 0.51% | - |
| HSV(B) | 336.05º | 0.96% | 0.99% | - |
| XYZ | 42.84 | 21.93 | 15.61 | - |
| YUV | 92.72 | 135.51 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 106 | 0 | 0.96 | 0.58 | 0.01 | 336.05 | 0.98 | 0.51 |
| Hex | FC | 9 | 6A | 0 | 60 | 3A | 1 | 150 | 62 | 33 |
| Octal | 374 | 11 | 152 | 0 | 140 | 72 | 1 | 520 | 142 | 63 |
| Binary | 11111100 | 1001 | 1101010 | 0 | 1100000 | 111010 | 1 | 101010000 | 1100010 | 110011 |
Color Harmonies of #FC096A
Complementary color
Monochromatic Colors of #FC096A
Black with #FC096A
Text Example
Text Example
White with #FC096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC096A; }
p { color: rgb(252,9,106); }
H1.HeaderClassName
{
color: #FC096A;
}
.AnyTagClassName
{
color: #FC096A;
}
</style>
background-color css
<style>
a { background-color: #FC096A; }
a { background-color: rgb(252,9,106); }
div.DivClassName
{
background-color: #FC096A;
}
.BgClassName
{
background-color: #FC096A;
}
</style>
border-color css
<style>
span { border-color: #FC096A; }
span { border-color: rgb(252,9,106); }
td.TdClassName
{
border-color: #FC096A;
}
.TagClassName
{
border-color: #FC096A;
}
</style>