Shades of Razzmatazz #FC0A6B
Tints of Razzmatazz #FC0A6B
RGB
CMYK
RGB Variations
Color information
#FC0A6B (or 0xFC0A6B) is known color: Razzmatazz. HEX triplet: FC, 0A and 6B. RGB value is (252,10,107). Sum of RGB (Red+Green+Blue) = 252+10+107=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A6B is #03F594. Grayscale: #5D5D5D. Windows color (decimal): -259477 or 7015164. OLE color: 7015164.
HSL color Cylindrical-coordinate representation of color #FC0A6B: hue angle of 335.95º 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 #FC0A6B is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 107 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.01 |
| HSL | 335.95º | 0.98% | 0.51% | - |
| HSV(B) | 335.95º | 0.96% | 0.99% | - |
| XYZ | 42.91 | 21.97 | 15.89 | - |
| YUV | 93.42 | 135.67 | 241.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 107 | 0 | 0.96 | 0.58 | 0.01 | 335.95 | 0.98 | 0.51 |
| Hex | FC | A | 6B | 0 | 60 | 3A | 1 | 150 | 62 | 33 |
| Octal | 374 | 12 | 153 | 0 | 140 | 72 | 1 | 520 | 142 | 63 |
| Binary | 11111100 | 1010 | 1101011 | 0 | 1100000 | 111010 | 1 | 101010000 | 1100010 | 110011 |
Color Harmonies of #FC0A6B
Complementary color
Monochromatic Colors of #FC0A6B
Black with #FC0A6B
Text Example
Text Example
White with #FC0A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A6B; }
p { color: rgb(252,10,107); }
H1.HeaderClassName
{
color: #FC0A6B;
}
.AnyTagClassName
{
color: #FC0A6B;
}
</style>
background-color css
<style>
a { background-color: #FC0A6B; }
a { background-color: rgb(252,10,107); }
div.DivClassName
{
background-color: #FC0A6B;
}
.BgClassName
{
background-color: #FC0A6B;
}
</style>
border-color css
<style>
span { border-color: #FC0A6B; }
span { border-color: rgb(252,10,107); }
td.TdClassName
{
border-color: #FC0A6B;
}
.TagClassName
{
border-color: #FC0A6B;
}
</style>