Shades of Hot Pink #FC70AD
Tints of Hot Pink #FC70AD
RGB
CMYK
RGB Variations
Color information
#FC70AD (or 0xFC70AD) is known color: Hot Pink. HEX triplet: FC, 70 and AD. RGB value is (252,112,173). Sum of RGB (Red+Green+Blue) = 252+112+173=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC70AD is #038F52. Grayscale: #A0A0A0. Windows color (decimal): -233299 or 11366652. OLE color: 11366652.
HSL color Cylindrical-coordinate representation of color #FC70AD: hue angle of 333.86º 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 #FC70AD is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 173 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.01 |
| HSL | 333.86º | 0.96% | 0.71% | - |
| HSV(B) | 333.86º | 0.56% | 0.99% | - |
| XYZ | 53.48 | 35.3 | 43.53 | - |
| YUV | 160.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 173 | 0 | 0.56 | 0.31 | 0.01 | 333.86 | 0.96 | 0.71 |
| Hex | FC | 70 | AD | 0 | 38 | 1F | 1 | 14E | 60 | 47 |
| Octal | 374 | 160 | 255 | 0 | 70 | 37 | 1 | 516 | 140 | 107 |
| Binary | 11111100 | 1110000 | 10101101 | 0 | 111000 | 11111 | 1 | 101001110 | 1100000 | 1000111 |
Color Harmonies of #FC70AD
Complementary color
Monochromatic Colors of #FC70AD
Black with #FC70AD
Text Example
Text Example
White with #FC70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70AD; }
p { color: rgb(252,112,173); }
H1.HeaderClassName
{
color: #FC70AD;
}
.AnyTagClassName
{
color: #FC70AD;
}
</style>
background-color css
<style>
a { background-color: #FC70AD; }
a { background-color: rgb(252,112,173); }
div.DivClassName
{
background-color: #FC70AD;
}
.BgClassName
{
background-color: #FC70AD;
}
</style>
border-color css
<style>
span { border-color: #FC70AD; }
span { border-color: rgb(252,112,173); }
td.TdClassName
{
border-color: #FC70AD;
}
.TagClassName
{
border-color: #FC70AD;
}
</style>