Shades of Hot Pink #F570AD
Tints of Hot Pink #F570AD
RGB
CMYK
RGB Variations
Color information
#F570AD (or 0xF570AD) is known color: Hot Pink. HEX triplet: F5, 70 and AD. RGB value is (245,112,173). Sum of RGB (Red+Green+Blue) = 245+112+173=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F570AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F570AD is #0A8F52. Grayscale: #9E9E9E. Windows color (decimal): -692051 or 11366645. OLE color: 11366645.
HSL color Cylindrical-coordinate representation of color #F570AD: hue angle of 332.48º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F570AD is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 173 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.04 |
| HSL | 332.48º | 0.87% | 0.7% | - |
| HSV(B) | 332.48º | 0.54% | 0.96% | - |
| XYZ | 50.99 | 34.02 | 43.41 | - |
| YUV | 158.72 | 136.06 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 173 | 0 | 0.54 | 0.29 | 0.04 | 332.48 | 0.87 | 0.7 |
| Hex | F5 | 70 | AD | 0 | 36 | 1D | 4 | 14C | 57 | 46 |
| Octal | 365 | 160 | 255 | 0 | 66 | 35 | 4 | 514 | 127 | 106 |
| Binary | 11110101 | 1110000 | 10101101 | 0 | 110110 | 11101 | 100 | 101001100 | 1010111 | 1000110 |
Color Harmonies of #F570AD
Complementary color
Monochromatic Colors of #F570AD
Black with #F570AD
Text Example
Text Example
White with #F570AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F570AD; }
p { color: rgb(245,112,173); }
H1.HeaderClassName
{
color: #F570AD;
}
.AnyTagClassName
{
color: #F570AD;
}
</style>
background-color css
<style>
a { background-color: #F570AD; }
a { background-color: rgb(245,112,173); }
div.DivClassName
{
background-color: #F570AD;
}
.BgClassName
{
background-color: #F570AD;
}
</style>
border-color css
<style>
span { border-color: #F570AD; }
span { border-color: rgb(245,112,173); }
td.TdClassName
{
border-color: #F570AD;
}
.TagClassName
{
border-color: #F570AD;
}
</style>