Shades of Hot Pink #FF70A7
Tints of Hot Pink #FF70A7
RGB
CMYK
RGB Variations
Color information
#FF70A7 (or 0xFF70A7) is known color: Hot Pink. HEX triplet: FF, 70 and A7. RGB value is (255,112,167). Sum of RGB (Red+Green+Blue) = 255+112+167=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF70A7 is #008F58. Grayscale: #A0A0A0. Windows color (decimal): -36697 or 10973439. OLE color: 10973439.
HSL color Cylindrical-coordinate representation of color #FF70A7: hue angle of 336.92º 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 #FF70A7 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 167 | - |
| CMYK | 0 | 0.56 | 0.35 | 0 |
| HSL | 336.92º | 1% | 0.72% | - |
| HSV(B) | 336.92º | 0.56% | 1% | - |
| XYZ | 54.01 | 35.64 | 40.59 | - |
| YUV | 161.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 167 | 0 | 0.56 | 0.35 | 0 | 336.92 | 1 | 0.72 |
| Hex | FF | 70 | A7 | 0 | 38 | 23 | 0 | 151 | 64 | 48 |
| Octal | 377 | 160 | 247 | 0 | 70 | 43 | 0 | 521 | 144 | 110 |
| Binary | 11111111 | 1110000 | 10100111 | 0 | 111000 | 100011 | 0 | 101010001 | 1100100 | 1001000 |
Color Harmonies of #FF70A7
Complementary color
Monochromatic Colors of #FF70A7
Black with #FF70A7
Text Example
Text Example
White with #FF70A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70A7; }
p { color: rgb(255,112,167); }
H1.HeaderClassName
{
color: #FF70A7;
}
.AnyTagClassName
{
color: #FF70A7;
}
</style>
background-color css
<style>
a { background-color: #FF70A7; }
a { background-color: rgb(255,112,167); }
div.DivClassName
{
background-color: #FF70A7;
}
.BgClassName
{
background-color: #FF70A7;
}
</style>
border-color css
<style>
span { border-color: #FF70A7; }
span { border-color: rgb(255,112,167); }
td.TdClassName
{
border-color: #FF70A7;
}
.TagClassName
{
border-color: #FF70A7;
}
</style>