Shades of Hot Pink #F057BA
Tints of Hot Pink #F057BA
RGB
CMYK
RGB Variations
Color information
#F057BA (or 0xF057BA) is known color: Hot Pink. HEX triplet: F0, 57 and BA. RGB value is (240,87,186). Sum of RGB (Red+Green+Blue) = 240+87+186=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F057BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057BA is #0FA845. Grayscale: #8F8F8F. Windows color (decimal): -1026118 or 12212208. OLE color: 12212208.
HSL color Cylindrical-coordinate representation of color #F057BA: hue angle of 321.18º 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 #F057BA is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 186 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.06 |
| HSL | 321.18º | 0.84% | 0.64% | - |
| HSV(B) | 321.18º | 0.64% | 0.94% | - |
| XYZ | 48.21 | 28.89 | 49.49 | - |
| YUV | 144.03 | 151.69 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 186 | 0 | 0.64 | 0.22 | 0.06 | 321.18 | 0.84 | 0.64 |
| Hex | F0 | 57 | BA | 0 | 40 | 16 | 6 | 141 | 54 | 40 |
| Octal | 360 | 127 | 272 | 0 | 100 | 26 | 6 | 501 | 124 | 100 |
| Binary | 11110000 | 1010111 | 10111010 | 0 | 1000000 | 10110 | 110 | 101000001 | 1010100 | 1000000 |
Color Harmonies of #F057BA
Complementary color
Monochromatic Colors of #F057BA
Black with #F057BA
Text Example
Text Example
White with #F057BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057BA; }
p { color: rgb(240,87,186); }
H1.HeaderClassName
{
color: #F057BA;
}
.AnyTagClassName
{
color: #F057BA;
}
</style>
background-color css
<style>
a { background-color: #F057BA; }
a { background-color: rgb(240,87,186); }
div.DivClassName
{
background-color: #F057BA;
}
.BgClassName
{
background-color: #F057BA;
}
</style>
border-color css
<style>
span { border-color: #F057BA; }
span { border-color: rgb(240,87,186); }
td.TdClassName
{
border-color: #F057BA;
}
.TagClassName
{
border-color: #F057BA;
}
</style>