Shades of Hot Pink #F570BA
Tints of Hot Pink #F570BA
RGB
CMYK
RGB Variations
Color information
#F570BA (or 0xF570BA) is known color: Hot Pink. HEX triplet: F5, 70 and BA. RGB value is (245,112,186). Sum of RGB (Red+Green+Blue) = 245+112+186=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F570BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570BA is #0A8F45. Grayscale: #A0A0A0. Windows color (decimal): -692038 or 12218613. OLE color: 12218613.
HSL color Cylindrical-coordinate representation of color #F570BA: hue angle of 326.62º 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 #F570BA is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 186 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.04 |
| HSL | 326.62º | 0.87% | 0.7% | - |
| HSV(B) | 326.62º | 0.54% | 0.96% | - |
| XYZ | 52.31 | 34.55 | 50.37 | - |
| YUV | 160.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 186 | 0 | 0.54 | 0.24 | 0.04 | 326.62 | 0.87 | 0.7 |
| Hex | F5 | 70 | BA | 0 | 36 | 18 | 4 | 147 | 57 | 46 |
| Octal | 365 | 160 | 272 | 0 | 66 | 30 | 4 | 507 | 127 | 106 |
| Binary | 11110101 | 1110000 | 10111010 | 0 | 110110 | 11000 | 100 | 101000111 | 1010111 | 1000110 |
Color Harmonies of #F570BA
Complementary color
Monochromatic Colors of #F570BA
Black with #F570BA
Text Example
Text Example
White with #F570BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F570BA; }
p { color: rgb(245,112,186); }
H1.HeaderClassName
{
color: #F570BA;
}
.AnyTagClassName
{
color: #F570BA;
}
</style>
background-color css
<style>
a { background-color: #F570BA; }
a { background-color: rgb(245,112,186); }
div.DivClassName
{
background-color: #F570BA;
}
.BgClassName
{
background-color: #F570BA;
}
</style>
border-color css
<style>
span { border-color: #F570BA; }
span { border-color: rgb(245,112,186); }
td.TdClassName
{
border-color: #F570BA;
}
.TagClassName
{
border-color: #F570BA;
}
</style>