Shades of Hot Pink #FC6BA6
Tints of Hot Pink #FC6BA6
RGB
CMYK
RGB Variations
Color information
#FC6BA6 (or 0xFC6BA6) is known color: Hot Pink. HEX triplet: FC, 6B and A6. RGB value is (252,107,166). Sum of RGB (Red+Green+Blue) = 252+107+166=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6BA6 is #039459. Grayscale: #9C9C9C. Windows color (decimal): -234586 or 10906620. OLE color: 10906620.
HSL color Cylindrical-coordinate representation of color #FC6BA6: hue angle of 335.59º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6BA6 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 166 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.01 |
| HSL | 335.59º | 0.96% | 0.7% | - |
| HSV(B) | 335.59º | 0.58% | 0.99% | - |
| XYZ | 52.29 | 33.96 | 39.88 | - |
| YUV | 157.08 | 133.04 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 166 | 0 | 0.58 | 0.34 | 0.01 | 335.59 | 0.96 | 0.7 |
| Hex | FC | 6B | A6 | 0 | 3A | 22 | 1 | 150 | 60 | 46 |
| Octal | 374 | 153 | 246 | 0 | 72 | 42 | 1 | 520 | 140 | 106 |
| Binary | 11111100 | 1101011 | 10100110 | 0 | 111010 | 100010 | 1 | 101010000 | 1100000 | 1000110 |
Color Harmonies of #FC6BA6
Complementary color
Monochromatic Colors of #FC6BA6
Black with #FC6BA6
Text Example
Text Example
White with #FC6BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BA6; }
p { color: rgb(252,107,166); }
H1.HeaderClassName
{
color: #FC6BA6;
}
.AnyTagClassName
{
color: #FC6BA6;
}
</style>
background-color css
<style>
a { background-color: #FC6BA6; }
a { background-color: rgb(252,107,166); }
div.DivClassName
{
background-color: #FC6BA6;
}
.BgClassName
{
background-color: #FC6BA6;
}
</style>
border-color css
<style>
span { border-color: #FC6BA6; }
span { border-color: rgb(252,107,166); }
td.TdClassName
{
border-color: #FC6BA6;
}
.TagClassName
{
border-color: #FC6BA6;
}
</style>