Shades of Hot Pink #FC6BA7
Tints of Hot Pink #FC6BA7
RGB
CMYK
RGB Variations
Color information
#FC6BA7 (or 0xFC6BA7) is known color: Hot Pink. HEX triplet: FC, 6B and A7. RGB value is (252,107,167). Sum of RGB (Red+Green+Blue) = 252+107+167=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6BA7 is #039458. Grayscale: #9D9D9D. Windows color (decimal): -234585 or 10972156. OLE color: 10972156.
HSL color Cylindrical-coordinate representation of color #FC6BA7: hue angle of 335.17º 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 #FC6BA7 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 167 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.01 |
| HSL | 335.17º | 0.96% | 0.7% | - |
| HSV(B) | 335.17º | 0.58% | 0.99% | - |
| XYZ | 52.38 | 34 | 40.36 | - |
| YUV | 157.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 167 | 0 | 0.58 | 0.34 | 0.01 | 335.17 | 0.96 | 0.7 |
| Hex | FC | 6B | A7 | 0 | 3A | 22 | 1 | 14F | 60 | 46 |
| Octal | 374 | 153 | 247 | 0 | 72 | 42 | 1 | 517 | 140 | 106 |
| Binary | 11111100 | 1101011 | 10100111 | 0 | 111010 | 100010 | 1 | 101001111 | 1100000 | 1000110 |
Color Harmonies of #FC6BA7
Complementary color
Monochromatic Colors of #FC6BA7
Black with #FC6BA7
Text Example
Text Example
White with #FC6BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BA7; }
p { color: rgb(252,107,167); }
H1.HeaderClassName
{
color: #FC6BA7;
}
.AnyTagClassName
{
color: #FC6BA7;
}
</style>
background-color css
<style>
a { background-color: #FC6BA7; }
a { background-color: rgb(252,107,167); }
div.DivClassName
{
background-color: #FC6BA7;
}
.BgClassName
{
background-color: #FC6BA7;
}
</style>
border-color css
<style>
span { border-color: #FC6BA7; }
span { border-color: rgb(252,107,167); }
td.TdClassName
{
border-color: #FC6BA7;
}
.TagClassName
{
border-color: #FC6BA7;
}
</style>