Shades of Hot Pink #F057BB
Tints of Hot Pink #F057BB
RGB
CMYK
RGB Variations
Color information
#F057BB (or 0xF057BB) is known color: Hot Pink. HEX triplet: F0, 57 and BB. RGB value is (240,87,187). Sum of RGB (Red+Green+Blue) = 240+87+187=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F057BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057BB is #0FA844. Grayscale: #8F8F8F. Windows color (decimal): -1026117 or 12277744. OLE color: 12277744.
HSL color Cylindrical-coordinate representation of color #F057BB: hue angle of 320.78º 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 #F057BB is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 187 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.06 |
| HSL | 320.78º | 0.84% | 0.64% | - |
| HSV(B) | 320.78º | 0.64% | 0.94% | - |
| XYZ | 48.31 | 28.93 | 50.05 | - |
| YUV | 144.15 | 152.19 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 187 | 0 | 0.64 | 0.22 | 0.06 | 320.78 | 0.84 | 0.64 |
| Hex | F0 | 57 | BB | 0 | 40 | 16 | 6 | 141 | 54 | 40 |
| Octal | 360 | 127 | 273 | 0 | 100 | 26 | 6 | 501 | 124 | 100 |
| Binary | 11110000 | 1010111 | 10111011 | 0 | 1000000 | 10110 | 110 | 101000001 | 1010100 | 1000000 |
Color Harmonies of #F057BB
Complementary color
Monochromatic Colors of #F057BB
Black with #F057BB
Text Example
Text Example
White with #F057BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057BB; }
p { color: rgb(240,87,187); }
H1.HeaderClassName
{
color: #F057BB;
}
.AnyTagClassName
{
color: #F057BB;
}
</style>
background-color css
<style>
a { background-color: #F057BB; }
a { background-color: rgb(240,87,187); }
div.DivClassName
{
background-color: #F057BB;
}
.BgClassName
{
background-color: #F057BB;
}
</style>
border-color css
<style>
span { border-color: #F057BB; }
span { border-color: rgb(240,87,187); }
td.TdClassName
{
border-color: #F057BB;
}
.TagClassName
{
border-color: #F057BB;
}
</style>