Shades of Razzmatazz #FC016A
Tints of Razzmatazz #FC016A
RGB
CMYK
RGB Variations
Color information
#FC016A (or 0xFC016A) is known color: Razzmatazz. HEX triplet: FC, 01 and 6A. RGB value is (252,1,106). Sum of RGB (Red+Green+Blue) = 252+1+106=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC016A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC016A is #03FE95. Grayscale: #575757. Windows color (decimal): -261782 or 6947324. OLE color: 6947324.
HSL color Cylindrical-coordinate representation of color #FC016A: hue angle of 334.9º 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 #FC016A is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 106 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.01 |
| HSL | 334.9º | 0.99% | 0.5% | - |
| HSV(B) | 334.9º | 1% | 0.99% | - |
| XYZ | 42.76 | 21.76 | 15.58 | - |
| YUV | 88.02 | 138.16 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 106 | 0 | 1.00 | 0.58 | 0.01 | 334.9 | 0.99 | 0.5 |
| Hex | FC | 1 | 6A | 0 | 64 | 3A | 1 | 14F | 63 | 32 |
| Octal | 374 | 1 | 152 | 0 | 144 | 72 | 1 | 517 | 143 | 62 |
| Binary | 11111100 | 1 | 1101010 | 0 | 1100100 | 111010 | 1 | 101001111 | 1100011 | 110010 |
Color Harmonies of #FC016A
Complementary color
Monochromatic Colors of #FC016A
Black with #FC016A
Text Example
Text Example
White with #FC016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC016A; }
p { color: rgb(252,1,106); }
H1.HeaderClassName
{
color: #FC016A;
}
.AnyTagClassName
{
color: #FC016A;
}
</style>
background-color css
<style>
a { background-color: #FC016A; }
a { background-color: rgb(252,1,106); }
div.DivClassName
{
background-color: #FC016A;
}
.BgClassName
{
background-color: #FC016A;
}
</style>
border-color css
<style>
span { border-color: #FC016A; }
span { border-color: rgb(252,1,106); }
td.TdClassName
{
border-color: #FC016A;
}
.TagClassName
{
border-color: #FC016A;
}
</style>