Shades of Razzmatazz #FC0E6E
Tints of Razzmatazz #FC0E6E
RGB
CMYK
RGB Variations
Color information
#FC0E6E (or 0xFC0E6E) is known color: Razzmatazz. HEX triplet: FC, 0E and 6E. RGB value is (252,14,110). Sum of RGB (Red+Green+Blue) = 252+14+110=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0E6E is #03F191. Grayscale: #5F5F5F. Windows color (decimal): -258450 or 7212796. OLE color: 7212796.
HSL color Cylindrical-coordinate representation of color #FC0E6E: hue angle of 335.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0E6E is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 110 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.01 |
| HSL | 335.8º | 0.98% | 0.52% | - |
| HSV(B) | 335.8º | 0.94% | 0.99% | - |
| XYZ | 43.12 | 22.14 | 16.75 | - |
| YUV | 96.11 | 135.85 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 110 | 0 | 0.94 | 0.56 | 0.01 | 335.8 | 0.98 | 0.52 |
| Hex | FC | E | 6E | 0 | 5E | 38 | 1 | 150 | 62 | 34 |
| Octal | 374 | 16 | 156 | 0 | 136 | 70 | 1 | 520 | 142 | 64 |
| Binary | 11111100 | 1110 | 1101110 | 0 | 1011110 | 111000 | 1 | 101010000 | 1100010 | 110100 |
Color Harmonies of #FC0E6E
Complementary color
Monochromatic Colors of #FC0E6E
Black with #FC0E6E
Text Example
Text Example
White with #FC0E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E6E; }
p { color: rgb(252,14,110); }
H1.HeaderClassName
{
color: #FC0E6E;
}
.AnyTagClassName
{
color: #FC0E6E;
}
</style>
background-color css
<style>
a { background-color: #FC0E6E; }
a { background-color: rgb(252,14,110); }
div.DivClassName
{
background-color: #FC0E6E;
}
.BgClassName
{
background-color: #FC0E6E;
}
</style>
border-color css
<style>
span { border-color: #FC0E6E; }
span { border-color: rgb(252,14,110); }
td.TdClassName
{
border-color: #FC0E6E;
}
.TagClassName
{
border-color: #FC0E6E;
}
</style>