Shades of Hot Pink #F055BB
Tints of Hot Pink #F055BB
RGB
CMYK
RGB Variations
Color information
#F055BB (or 0xF055BB) is known color: Hot Pink. HEX triplet: F0, 55 and BB. RGB value is (240,85,187). Sum of RGB (Red+Green+Blue) = 240+85+187=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F055BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055BB is #0FAA44. Grayscale: #8E8E8E. Windows color (decimal): -1026629 or 12277232. OLE color: 12277232.
HSL color Cylindrical-coordinate representation of color #F055BB: hue angle of 320.52º 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 #F055BB is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 187 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.06 |
| HSL | 320.52º | 0.84% | 0.64% | - |
| HSV(B) | 320.52º | 0.65% | 0.94% | - |
| XYZ | 48.15 | 28.61 | 50 | - |
| YUV | 142.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 187 | 0 | 0.65 | 0.22 | 0.06 | 320.52 | 0.84 | 0.64 |
| Hex | F0 | 55 | BB | 0 | 41 | 16 | 6 | 141 | 54 | 40 |
| Octal | 360 | 125 | 273 | 0 | 101 | 26 | 6 | 501 | 124 | 100 |
| Binary | 11110000 | 1010101 | 10111011 | 0 | 1000001 | 10110 | 110 | 101000001 | 1010100 | 1000000 |
Color Harmonies of #F055BB
Complementary color
Monochromatic Colors of #F055BB
Black with #F055BB
Text Example
Text Example
White with #F055BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F055BB; }
p { color: rgb(240,85,187); }
H1.HeaderClassName
{
color: #F055BB;
}
.AnyTagClassName
{
color: #F055BB;
}
</style>
background-color css
<style>
a { background-color: #F055BB; }
a { background-color: rgb(240,85,187); }
div.DivClassName
{
background-color: #F055BB;
}
.BgClassName
{
background-color: #F055BB;
}
</style>
border-color css
<style>
span { border-color: #F055BB; }
span { border-color: rgb(240,85,187); }
td.TdClassName
{
border-color: #F055BB;
}
.TagClassName
{
border-color: #F055BB;
}
</style>