Shades of Hot Pink #FC70A8
Tints of Hot Pink #FC70A8
RGB
CMYK
RGB Variations
Color information
#FC70A8 (or 0xFC70A8) is known color: Hot Pink. HEX triplet: FC, 70 and A8. RGB value is (252,112,168). Sum of RGB (Red+Green+Blue) = 252+112+168=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC70A8 is #038F57. Grayscale: #A0A0A0. Windows color (decimal): -233304 or 11038972. OLE color: 11038972.
HSL color Cylindrical-coordinate representation of color #FC70A8: hue angle of 336º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC70A8 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 168 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.01 |
| HSL | 336º | 0.96% | 0.71% | - |
| HSV(B) | 336º | 0.56% | 0.99% | - |
| XYZ | 53.01 | 35.11 | 41.03 | - |
| YUV | 160.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 168 | 0 | 0.56 | 0.33 | 0.01 | 336 | 0.96 | 0.71 |
| Hex | FC | 70 | A8 | 0 | 38 | 21 | 1 | 150 | 60 | 47 |
| Octal | 374 | 160 | 250 | 0 | 70 | 41 | 1 | 520 | 140 | 107 |
| Binary | 11111100 | 1110000 | 10101000 | 0 | 111000 | 100001 | 1 | 101010000 | 1100000 | 1000111 |
Color Harmonies of #FC70A8
Complementary color
Monochromatic Colors of #FC70A8
Black with #FC70A8
Text Example
Text Example
White with #FC70A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70A8; }
p { color: rgb(252,112,168); }
H1.HeaderClassName
{
color: #FC70A8;
}
.AnyTagClassName
{
color: #FC70A8;
}
</style>
background-color css
<style>
a { background-color: #FC70A8; }
a { background-color: rgb(252,112,168); }
div.DivClassName
{
background-color: #FC70A8;
}
.BgClassName
{
background-color: #FC70A8;
}
</style>
border-color css
<style>
span { border-color: #FC70A8; }
span { border-color: rgb(252,112,168); }
td.TdClassName
{
border-color: #FC70A8;
}
.TagClassName
{
border-color: #FC70A8;
}
</style>