Shades of Hot Pink #F057B9
Tints of Hot Pink #F057B9
RGB
CMYK
RGB Variations
Color information
#F057B9 (or 0xF057B9) is known color: Hot Pink. HEX triplet: F0, 57 and B9. RGB value is (240,87,185). Sum of RGB (Red+Green+Blue) = 240+87+185=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F057B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057B9 is #0FA846. Grayscale: #8F8F8F. Windows color (decimal): -1026119 or 12146672. OLE color: 12146672.
HSL color Cylindrical-coordinate representation of color #F057B9: hue angle of 321.57º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057B9 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 185 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.06 |
| HSL | 321.57º | 0.84% | 0.64% | - |
| HSV(B) | 321.57º | 0.64% | 0.94% | - |
| XYZ | 48.1 | 28.84 | 48.93 | - |
| YUV | 143.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 185 | 0 | 0.64 | 0.23 | 0.06 | 321.57 | 0.84 | 0.64 |
| Hex | F0 | 57 | B9 | 0 | 40 | 17 | 6 | 142 | 54 | 40 |
| Octal | 360 | 127 | 271 | 0 | 100 | 27 | 6 | 502 | 124 | 100 |
| Binary | 11110000 | 1010111 | 10111001 | 0 | 1000000 | 10111 | 110 | 101000010 | 1010100 | 1000000 |
Color Harmonies of #F057B9
Complementary color
Monochromatic Colors of #F057B9
Black with #F057B9
Text Example
Text Example
White with #F057B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057B9; }
p { color: rgb(240,87,185); }
H1.HeaderClassName
{
color: #F057B9;
}
.AnyTagClassName
{
color: #F057B9;
}
</style>
background-color css
<style>
a { background-color: #F057B9; }
a { background-color: rgb(240,87,185); }
div.DivClassName
{
background-color: #F057B9;
}
.BgClassName
{
background-color: #F057B9;
}
</style>
border-color css
<style>
span { border-color: #F057B9; }
span { border-color: rgb(240,87,185); }
td.TdClassName
{
border-color: #F057B9;
}
.TagClassName
{
border-color: #F057B9;
}
</style>