Shades of Hot Pink #F055BA
Tints of Hot Pink #F055BA
RGB
CMYK
RGB Variations
Color information
#F055BA (or 0xF055BA) is known color: Hot Pink. HEX triplet: F0, 55 and BA. RGB value is (240,85,186). Sum of RGB (Red+Green+Blue) = 240+85+186=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F055BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055BA is #0FAA45. Grayscale: #8E8E8E. Windows color (decimal): -1026630 or 12211696. OLE color: 12211696.
HSL color Cylindrical-coordinate representation of color #F055BA: hue angle of 320.9º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F055BA is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 186 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.06 |
| HSL | 320.9º | 0.84% | 0.64% | - |
| HSV(B) | 320.9º | 0.65% | 0.94% | - |
| XYZ | 48.05 | 28.57 | 49.44 | - |
| YUV | 142.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 186 | 0 | 0.65 | 0.22 | 0.06 | 320.9 | 0.84 | 0.64 |
| Hex | F0 | 55 | BA | 0 | 41 | 16 | 6 | 141 | 54 | 40 |
| Octal | 360 | 125 | 272 | 0 | 101 | 26 | 6 | 501 | 124 | 100 |
| Binary | 11110000 | 1010101 | 10111010 | 0 | 1000001 | 10110 | 110 | 101000001 | 1010100 | 1000000 |
Color Harmonies of #F055BA
Complementary color
Monochromatic Colors of #F055BA
Black with #F055BA
Text Example
Text Example
White with #F055BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F055BA; }
p { color: rgb(240,85,186); }
H1.HeaderClassName
{
color: #F055BA;
}
.AnyTagClassName
{
color: #F055BA;
}
</style>
background-color css
<style>
a { background-color: #F055BA; }
a { background-color: rgb(240,85,186); }
div.DivClassName
{
background-color: #F055BA;
}
.BgClassName
{
background-color: #F055BA;
}
</style>
border-color css
<style>
span { border-color: #F055BA; }
span { border-color: rgb(240,85,186); }
td.TdClassName
{
border-color: #F055BA;
}
.TagClassName
{
border-color: #F055BA;
}
</style>