Shades of Razzmatazz #FC116F
Tints of Razzmatazz #FC116F
RGB
CMYK
RGB Variations
Color information
#FC116F (or 0xFC116F) is known color: Razzmatazz. HEX triplet: FC, 11 and 6F. RGB value is (252,17,111). Sum of RGB (Red+Green+Blue) = 252+17+111=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC116F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC116F is #03EE90. Grayscale: #616161. Windows color (decimal): -257681 or 7279100. OLE color: 7279100.
HSL color Cylindrical-coordinate representation of color #FC116F: hue angle of 336º 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 #FC116F is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 111 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.01 |
| HSL | 336º | 0.98% | 0.53% | - |
| HSV(B) | 336º | 0.93% | 0.99% | - |
| XYZ | 43.21 | 22.24 | 17.05 | - |
| YUV | 97.98 | 135.36 | 237.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 111 | 0 | 0.93 | 0.56 | 0.01 | 336 | 0.98 | 0.53 |
| Hex | FC | 11 | 6F | 0 | 5D | 38 | 1 | 150 | 62 | 35 |
| Octal | 374 | 21 | 157 | 0 | 135 | 70 | 1 | 520 | 142 | 65 |
| Binary | 11111100 | 10001 | 1101111 | 0 | 1011101 | 111000 | 1 | 101010000 | 1100010 | 110101 |
Color Harmonies of #FC116F
Complementary color
Monochromatic Colors of #FC116F
Black with #FC116F
Text Example
Text Example
White with #FC116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC116F; }
p { color: rgb(252,17,111); }
H1.HeaderClassName
{
color: #FC116F;
}
.AnyTagClassName
{
color: #FC116F;
}
</style>
background-color css
<style>
a { background-color: #FC116F; }
a { background-color: rgb(252,17,111); }
div.DivClassName
{
background-color: #FC116F;
}
.BgClassName
{
background-color: #FC116F;
}
</style>
border-color css
<style>
span { border-color: #FC116F; }
span { border-color: rgb(252,17,111); }
td.TdClassName
{
border-color: #FC116F;
}
.TagClassName
{
border-color: #FC116F;
}
</style>