Shades of Hot Pink #FF70AF
Tints of Hot Pink #FF70AF
RGB
CMYK
RGB Variations
Color information
#FF70AF (or 0xFF70AF) is known color: Hot Pink. HEX triplet: FF, 70 and AF. RGB value is (255,112,175). Sum of RGB (Red+Green+Blue) = 255+112+175=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF70AF is #008F50. Grayscale: #A1A1A1. Windows color (decimal): -36689 or 11497727. OLE color: 11497727.
HSL color Cylindrical-coordinate representation of color #FF70AF: hue angle of 333.57º 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 #FF70AF is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 175 | - |
| CMYK | 0 | 0.56 | 0.31 | 0 |
| HSL | 333.57º | 1% | 0.72% | - |
| HSV(B) | 333.57º | 0.56% | 1% | - |
| XYZ | 54.77 | 35.94 | 44.61 | - |
| YUV | 161.94 | 135.38 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 175 | 0 | 0.56 | 0.31 | 0 | 333.57 | 1 | 0.72 |
| Hex | FF | 70 | AF | 0 | 38 | 1F | 0 | 14E | 64 | 48 |
| Octal | 377 | 160 | 257 | 0 | 70 | 37 | 0 | 516 | 144 | 110 |
| Binary | 11111111 | 1110000 | 10101111 | 0 | 111000 | 11111 | 0 | 101001110 | 1100100 | 1001000 |
Color Harmonies of #FF70AF
Complementary color
Monochromatic Colors of #FF70AF
Black with #FF70AF
Text Example
Text Example
White with #FF70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70AF; }
p { color: rgb(255,112,175); }
H1.HeaderClassName
{
color: #FF70AF;
}
.AnyTagClassName
{
color: #FF70AF;
}
</style>
background-color css
<style>
a { background-color: #FF70AF; }
a { background-color: rgb(255,112,175); }
div.DivClassName
{
background-color: #FF70AF;
}
.BgClassName
{
background-color: #FF70AF;
}
</style>
border-color css
<style>
span { border-color: #FF70AF; }
span { border-color: rgb(255,112,175); }
td.TdClassName
{
border-color: #FF70AF;
}
.TagClassName
{
border-color: #FF70AF;
}
</style>