Shades of Razzmatazz #FC116D
Tints of Razzmatazz #FC116D
RGB
CMYK
RGB Variations
Color information
#FC116D (or 0xFC116D) is known color: Razzmatazz. HEX triplet: FC, 11 and 6D. RGB value is (252,17,109). Sum of RGB (Red+Green+Blue) = 252+17+109=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC116D is #03EE92. Grayscale: #616161. Windows color (decimal): -257683 or 7148028. OLE color: 7148028.
HSL color Cylindrical-coordinate representation of color #FC116D: hue angle of 336.51º 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 #FC116D is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 109 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.01 |
| HSL | 336.51º | 0.98% | 0.53% | - |
| HSV(B) | 336.51º | 0.93% | 0.99% | - |
| XYZ | 43.11 | 22.2 | 16.48 | - |
| YUV | 97.75 | 134.36 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 109 | 0 | 0.93 | 0.57 | 0.01 | 336.51 | 0.98 | 0.53 |
| Hex | FC | 11 | 6D | 0 | 5D | 39 | 1 | 151 | 62 | 35 |
| Octal | 374 | 21 | 155 | 0 | 135 | 71 | 1 | 521 | 142 | 65 |
| Binary | 11111100 | 10001 | 1101101 | 0 | 1011101 | 111001 | 1 | 101010001 | 1100010 | 110101 |
Color Harmonies of #FC116D
Complementary color
Monochromatic Colors of #FC116D
Black with #FC116D
Text Example
Text Example
White with #FC116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC116D; }
p { color: rgb(252,17,109); }
H1.HeaderClassName
{
color: #FC116D;
}
.AnyTagClassName
{
color: #FC116D;
}
</style>
background-color css
<style>
a { background-color: #FC116D; }
a { background-color: rgb(252,17,109); }
div.DivClassName
{
background-color: #FC116D;
}
.BgClassName
{
background-color: #FC116D;
}
</style>
border-color css
<style>
span { border-color: #FC116D; }
span { border-color: rgb(252,17,109); }
td.TdClassName
{
border-color: #FC116D;
}
.TagClassName
{
border-color: #FC116D;
}
</style>