Shades of Hot Pink #F057B5
Tints of Hot Pink #F057B5
RGB
CMYK
RGB Variations
Color information
#F057B5 (or 0xF057B5) is known color: Hot Pink. HEX triplet: F0, 57 and B5. RGB value is (240,87,181). Sum of RGB (Red+Green+Blue) = 240+87+181=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 87 (34.38% from 255 or 17.13% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F057B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057B5 is #0FA84A. Grayscale: #8F8F8F. Windows color (decimal): -1026123 or 11884528. OLE color: 11884528.
HSL color Cylindrical-coordinate representation of color #F057B5: hue angle of 323.14º 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 #F057B5 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 181 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.06 |
| HSL | 323.14º | 0.84% | 0.64% | - |
| HSV(B) | 323.14º | 0.64% | 0.94% | - |
| XYZ | 47.68 | 28.68 | 46.74 | - |
| YUV | 143.46 | 149.19 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 181 | 0 | 0.64 | 0.25 | 0.06 | 323.14 | 0.84 | 0.64 |
| Hex | F0 | 57 | B5 | 0 | 40 | 19 | 6 | 143 | 54 | 40 |
| Octal | 360 | 127 | 265 | 0 | 100 | 31 | 6 | 503 | 124 | 100 |
| Binary | 11110000 | 1010111 | 10110101 | 0 | 1000000 | 11001 | 110 | 101000011 | 1010100 | 1000000 |
Color Harmonies of #F057B5
Complementary color
Monochromatic Colors of #F057B5
Black with #F057B5
Text Example
Text Example
White with #F057B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057B5; }
p { color: rgb(240,87,181); }
H1.HeaderClassName
{
color: #F057B5;
}
.AnyTagClassName
{
color: #F057B5;
}
</style>
background-color css
<style>
a { background-color: #F057B5; }
a { background-color: rgb(240,87,181); }
div.DivClassName
{
background-color: #F057B5;
}
.BgClassName
{
background-color: #F057B5;
}
</style>
border-color css
<style>
span { border-color: #F057B5; }
span { border-color: rgb(240,87,181); }
td.TdClassName
{
border-color: #F057B5;
}
.TagClassName
{
border-color: #F057B5;
}
</style>