Shades of Hot Pink #FC6BA3
Tints of Hot Pink #FC6BA3
RGB
CMYK
RGB Variations
Color information
#FC6BA3 (or 0xFC6BA3) is known color: Hot Pink. HEX triplet: FC, 6B and A3. RGB value is (252,107,163). Sum of RGB (Red+Green+Blue) = 252+107+163=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6BA3 is #03945C. Grayscale: #9C9C9C. Windows color (decimal): -234589 or 10710012. OLE color: 10710012.
HSL color Cylindrical-coordinate representation of color #FC6BA3: hue angle of 336.83º 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 #FC6BA3 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 163 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.01 |
| HSL | 336.83º | 0.96% | 0.7% | - |
| HSV(B) | 336.83º | 0.58% | 0.99% | - |
| XYZ | 52.01 | 33.86 | 38.44 | - |
| YUV | 156.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 163 | 0 | 0.58 | 0.35 | 0.01 | 336.83 | 0.96 | 0.7 |
| Hex | FC | 6B | A3 | 0 | 3A | 23 | 1 | 151 | 60 | 46 |
| Octal | 374 | 153 | 243 | 0 | 72 | 43 | 1 | 521 | 140 | 106 |
| Binary | 11111100 | 1101011 | 10100011 | 0 | 111010 | 100011 | 1 | 101010001 | 1100000 | 1000110 |
Color Harmonies of #FC6BA3
Complementary color
Monochromatic Colors of #FC6BA3
Black with #FC6BA3
Text Example
Text Example
White with #FC6BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BA3; }
p { color: rgb(252,107,163); }
H1.HeaderClassName
{
color: #FC6BA3;
}
.AnyTagClassName
{
color: #FC6BA3;
}
</style>
background-color css
<style>
a { background-color: #FC6BA3; }
a { background-color: rgb(252,107,163); }
div.DivClassName
{
background-color: #FC6BA3;
}
.BgClassName
{
background-color: #FC6BA3;
}
</style>
border-color css
<style>
span { border-color: #FC6BA3; }
span { border-color: rgb(252,107,163); }
td.TdClassName
{
border-color: #FC6BA3;
}
.TagClassName
{
border-color: #FC6BA3;
}
</style>