Shades of Razzmatazz #FC116A
Tints of Razzmatazz #FC116A
RGB
CMYK
RGB Variations
Color information
#FC116A (or 0xFC116A) is known color: Razzmatazz. HEX triplet: FC, 11 and 6A. RGB value is (252,17,106). Sum of RGB (Red+Green+Blue) = 252+17+106=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC116A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC116A is #03EE95. Grayscale: #616161. Windows color (decimal): -257686 or 6951420. OLE color: 6951420.
HSL color Cylindrical-coordinate representation of color #FC116A: hue angle of 337.28º 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 #FC116A is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 106 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.01 |
| HSL | 337.28º | 0.98% | 0.53% | - |
| HSV(B) | 337.28º | 0.93% | 0.99% | - |
| XYZ | 42.95 | 22.14 | 15.64 | - |
| YUV | 97.41 | 132.86 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 106 | 0 | 0.93 | 0.58 | 0.01 | 337.28 | 0.98 | 0.53 |
| Hex | FC | 11 | 6A | 0 | 5D | 3A | 1 | 151 | 62 | 35 |
| Octal | 374 | 21 | 152 | 0 | 135 | 72 | 1 | 521 | 142 | 65 |
| Binary | 11111100 | 10001 | 1101010 | 0 | 1011101 | 111010 | 1 | 101010001 | 1100010 | 110101 |
Color Harmonies of #FC116A
Complementary color
Monochromatic Colors of #FC116A
Black with #FC116A
Text Example
Text Example
White with #FC116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC116A; }
p { color: rgb(252,17,106); }
H1.HeaderClassName
{
color: #FC116A;
}
.AnyTagClassName
{
color: #FC116A;
}
</style>
background-color css
<style>
a { background-color: #FC116A; }
a { background-color: rgb(252,17,106); }
div.DivClassName
{
background-color: #FC116A;
}
.BgClassName
{
background-color: #FC116A;
}
</style>
border-color css
<style>
span { border-color: #FC116A; }
span { border-color: rgb(252,17,106); }
td.TdClassName
{
border-color: #FC116A;
}
.TagClassName
{
border-color: #FC116A;
}
</style>