Shades of Razzmatazz #FC0A6D
Tints of Razzmatazz #FC0A6D
RGB
CMYK
RGB Variations
Color information
#FC0A6D (or 0xFC0A6D) is known color: Razzmatazz. HEX triplet: FC, 0A and 6D. RGB value is (252,10,109). Sum of RGB (Red+Green+Blue) = 252+10+109=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A6D is #03F592. Grayscale: #5D5D5D. Windows color (decimal): -259475 or 7146236. OLE color: 7146236.
HSL color Cylindrical-coordinate representation of color #FC0A6D: hue angle of 335.45º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A6D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 109 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.01 |
| HSL | 335.45º | 0.98% | 0.51% | - |
| HSV(B) | 335.45º | 0.96% | 0.99% | - |
| XYZ | 43.01 | 22.02 | 16.45 | - |
| YUV | 93.64 | 136.67 | 240.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 109 | 0 | 0.96 | 0.57 | 0.01 | 335.45 | 0.98 | 0.51 |
| Hex | FC | A | 6D | 0 | 60 | 39 | 1 | 14F | 62 | 33 |
| Octal | 374 | 12 | 155 | 0 | 140 | 71 | 1 | 517 | 142 | 63 |
| Binary | 11111100 | 1010 | 1101101 | 0 | 1100000 | 111001 | 1 | 101001111 | 1100010 | 110011 |
Color Harmonies of #FC0A6D
Complementary color
Monochromatic Colors of #FC0A6D
Black with #FC0A6D
Text Example
Text Example
White with #FC0A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A6D; }
p { color: rgb(252,10,109); }
H1.HeaderClassName
{
color: #FC0A6D;
}
.AnyTagClassName
{
color: #FC0A6D;
}
</style>
background-color css
<style>
a { background-color: #FC0A6D; }
a { background-color: rgb(252,10,109); }
div.DivClassName
{
background-color: #FC0A6D;
}
.BgClassName
{
background-color: #FC0A6D;
}
</style>
border-color css
<style>
span { border-color: #FC0A6D; }
span { border-color: rgb(252,10,109); }
td.TdClassName
{
border-color: #FC0A6D;
}
.TagClassName
{
border-color: #FC0A6D;
}
</style>