Shades of Razzmatazz #FC095C
Tints of Razzmatazz #FC095C
RGB
CMYK
RGB Variations
Color information
#FC095C (or 0xFC095C) is known color: Razzmatazz. HEX triplet: FC, 09 and 5C. RGB value is (252,9,92). Sum of RGB (Red+Green+Blue) = 252+9+92=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC095C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC095C is #03F6A3. Grayscale: #5B5B5B. Windows color (decimal): -259748 or 6031868. OLE color: 6031868.
HSL color Cylindrical-coordinate representation of color #FC095C: hue angle of 339.51º 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 #FC095C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.01 |
| HSL | 339.51º | 0.98% | 0.51% | - |
| HSV(B) | 339.51º | 0.96% | 0.99% | - |
| XYZ | 42.17 | 21.66 | 12.08 | - |
| YUV | 91.12 | 128.51 | 242.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 92 | 0 | 0.96 | 0.63 | 0.01 | 339.51 | 0.98 | 0.51 |
| Hex | FC | 9 | 5C | 0 | 60 | 3F | 1 | 154 | 62 | 33 |
| Octal | 374 | 11 | 134 | 0 | 140 | 77 | 1 | 524 | 142 | 63 |
| Binary | 11111100 | 1001 | 1011100 | 0 | 1100000 | 111111 | 1 | 101010100 | 1100010 | 110011 |
Color Harmonies of #FC095C
Complementary color
Monochromatic Colors of #FC095C
Black with #FC095C
Text Example
Text Example
White with #FC095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC095C; }
p { color: rgb(252,9,92); }
H1.HeaderClassName
{
color: #FC095C;
}
.AnyTagClassName
{
color: #FC095C;
}
</style>
background-color css
<style>
a { background-color: #FC095C; }
a { background-color: rgb(252,9,92); }
div.DivClassName
{
background-color: #FC095C;
}
.BgClassName
{
background-color: #FC095C;
}
</style>
border-color css
<style>
span { border-color: #FC095C; }
span { border-color: rgb(252,9,92); }
td.TdClassName
{
border-color: #FC095C;
}
.TagClassName
{
border-color: #FC095C;
}
</style>