Shades of Hot Pink #F570B8
Tints of Hot Pink #F570B8
RGB
CMYK
RGB Variations
Color information
#F570B8 (or 0xF570B8) is known color: Hot Pink. HEX triplet: F5, 70 and B8. RGB value is (245,112,184). Sum of RGB (Red+Green+Blue) = 245+112+184=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F570B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570B8 is #0A8F47. Grayscale: #9F9F9F. Windows color (decimal): -692040 or 12087541. OLE color: 12087541.
HSL color Cylindrical-coordinate representation of color #F570B8: hue angle of 327.52º 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 #F570B8 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 184 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.04 |
| HSL | 327.52º | 0.87% | 0.7% | - |
| HSV(B) | 327.52º | 0.54% | 0.96% | - |
| XYZ | 52.1 | 34.46 | 49.25 | - |
| YUV | 159.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 184 | 0 | 0.54 | 0.25 | 0.04 | 327.52 | 0.87 | 0.7 |
| Hex | F5 | 70 | B8 | 0 | 36 | 19 | 4 | 148 | 57 | 46 |
| Octal | 365 | 160 | 270 | 0 | 66 | 31 | 4 | 510 | 127 | 106 |
| Binary | 11110101 | 1110000 | 10111000 | 0 | 110110 | 11001 | 100 | 101001000 | 1010111 | 1000110 |
Color Harmonies of #F570B8
Complementary color
Monochromatic Colors of #F570B8
Black with #F570B8
Text Example
Text Example
White with #F570B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F570B8; }
p { color: rgb(245,112,184); }
H1.HeaderClassName
{
color: #F570B8;
}
.AnyTagClassName
{
color: #F570B8;
}
</style>
background-color css
<style>
a { background-color: #F570B8; }
a { background-color: rgb(245,112,184); }
div.DivClassName
{
background-color: #F570B8;
}
.BgClassName
{
background-color: #F570B8;
}
</style>
border-color css
<style>
span { border-color: #F570B8; }
span { border-color: rgb(245,112,184); }
td.TdClassName
{
border-color: #F570B8;
}
.TagClassName
{
border-color: #F570B8;
}
</style>