Shades of Razzmatazz #FC016E
Tints of Razzmatazz #FC016E
RGB
CMYK
RGB Variations
Color information
#FC016E (or 0xFC016E) is known color: Razzmatazz. HEX triplet: FC, 01 and 6E. RGB value is (252,1,110). Sum of RGB (Red+Green+Blue) = 252+1+110=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC016E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC016E is #03FE91. Grayscale: #585858. Windows color (decimal): -261778 or 7209468. OLE color: 7209468.
HSL color Cylindrical-coordinate representation of color #FC016E: hue angle of 333.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC016E is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 110 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.01 |
| HSL | 333.94º | 0.99% | 0.5% | - |
| HSV(B) | 333.94º | 1% | 0.99% | - |
| XYZ | 42.97 | 21.84 | 16.7 | - |
| YUV | 88.48 | 140.16 | 244.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 110 | 0 | 1.00 | 0.56 | 0.01 | 333.94 | 0.99 | 0.5 |
| Hex | FC | 1 | 6E | 0 | 64 | 38 | 1 | 14E | 63 | 32 |
| Octal | 374 | 1 | 156 | 0 | 144 | 70 | 1 | 516 | 143 | 62 |
| Binary | 11111100 | 1 | 1101110 | 0 | 1100100 | 111000 | 1 | 101001110 | 1100011 | 110010 |
Color Harmonies of #FC016E
Complementary color
Monochromatic Colors of #FC016E
Black with #FC016E
Text Example
Text Example
White with #FC016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC016E; }
p { color: rgb(252,1,110); }
H1.HeaderClassName
{
color: #FC016E;
}
.AnyTagClassName
{
color: #FC016E;
}
</style>
background-color css
<style>
a { background-color: #FC016E; }
a { background-color: rgb(252,1,110); }
div.DivClassName
{
background-color: #FC016E;
}
.BgClassName
{
background-color: #FC016E;
}
</style>
border-color css
<style>
span { border-color: #FC016E; }
span { border-color: rgb(252,1,110); }
td.TdClassName
{
border-color: #FC016E;
}
.TagClassName
{
border-color: #FC016E;
}
</style>