Shades of Razzmatazz #FC116E
Tints of Razzmatazz #FC116E
RGB
CMYK
RGB Variations
Color information
#FC116E (or 0xFC116E) is known color: Razzmatazz. HEX triplet: FC, 11 and 6E. RGB value is (252,17,110). Sum of RGB (Red+Green+Blue) = 252+17+110=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC116E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC116E is #03EE91. Grayscale: #616161. Windows color (decimal): -257682 or 7213564. OLE color: 7213564.
HSL color Cylindrical-coordinate representation of color #FC116E: hue angle of 336.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC116E is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 110 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.01 |
| HSL | 336.26º | 0.98% | 0.53% | - |
| HSV(B) | 336.26º | 0.93% | 0.99% | - |
| XYZ | 43.16 | 22.22 | 16.77 | - |
| YUV | 97.87 | 134.86 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 110 | 0 | 0.93 | 0.56 | 0.01 | 336.26 | 0.98 | 0.53 |
| Hex | FC | 11 | 6E | 0 | 5D | 38 | 1 | 150 | 62 | 35 |
| Octal | 374 | 21 | 156 | 0 | 135 | 70 | 1 | 520 | 142 | 65 |
| Binary | 11111100 | 10001 | 1101110 | 0 | 1011101 | 111000 | 1 | 101010000 | 1100010 | 110101 |
Color Harmonies of #FC116E
Complementary color
Monochromatic Colors of #FC116E
Black with #FC116E
Text Example
Text Example
White with #FC116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC116E; }
p { color: rgb(252,17,110); }
H1.HeaderClassName
{
color: #FC116E;
}
.AnyTagClassName
{
color: #FC116E;
}
</style>
background-color css
<style>
a { background-color: #FC116E; }
a { background-color: rgb(252,17,110); }
div.DivClassName
{
background-color: #FC116E;
}
.BgClassName
{
background-color: #FC116E;
}
</style>
border-color css
<style>
span { border-color: #FC116E; }
span { border-color: rgb(252,17,110); }
td.TdClassName
{
border-color: #FC116E;
}
.TagClassName
{
border-color: #FC116E;
}
</style>