Shades of Hot Pink #FF70AD
Tints of Hot Pink #FF70AD
RGB
CMYK
RGB Variations
Color information
#FF70AD (or 0xFF70AD) is known color: Hot Pink. HEX triplet: FF, 70 and AD. RGB value is (255,112,173). Sum of RGB (Red+Green+Blue) = 255+112+173=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF70AD is #008F52. Grayscale: #A1A1A1. Windows color (decimal): -36691 or 11366655. OLE color: 11366655.
HSL color Cylindrical-coordinate representation of color #FF70AD: hue angle of 334.41º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70AD is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 173 | - |
| CMYK | 0 | 0.56 | 0.32 | 0 |
| HSL | 334.41º | 1% | 0.72% | - |
| HSV(B) | 334.41º | 0.56% | 1% | - |
| XYZ | 54.58 | 35.87 | 43.58 | - |
| YUV | 161.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 173 | 0 | 0.56 | 0.32 | 0 | 334.41 | 1 | 0.72 |
| Hex | FF | 70 | AD | 0 | 38 | 20 | 0 | 14E | 64 | 48 |
| Octal | 377 | 160 | 255 | 0 | 70 | 40 | 0 | 516 | 144 | 110 |
| Binary | 11111111 | 1110000 | 10101101 | 0 | 111000 | 100000 | 0 | 101001110 | 1100100 | 1001000 |
Color Harmonies of #FF70AD
Complementary color
Monochromatic Colors of #FF70AD
Black with #FF70AD
Text Example
Text Example
White with #FF70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70AD; }
p { color: rgb(255,112,173); }
H1.HeaderClassName
{
color: #FF70AD;
}
.AnyTagClassName
{
color: #FF70AD;
}
</style>
background-color css
<style>
a { background-color: #FF70AD; }
a { background-color: rgb(255,112,173); }
div.DivClassName
{
background-color: #FF70AD;
}
.BgClassName
{
background-color: #FF70AD;
}
</style>
border-color css
<style>
span { border-color: #FF70AD; }
span { border-color: rgb(255,112,173); }
td.TdClassName
{
border-color: #FF70AD;
}
.TagClassName
{
border-color: #FF70AD;
}
</style>