Shades of Hot Pink #F558BB
Tints of Hot Pink #F558BB
RGB
CMYK
RGB Variations
Color information
#F558BB (or 0xF558BB) is known color: Hot Pink. HEX triplet: F5, 58 and BB. RGB value is (245,88,187). Sum of RGB (Red+Green+Blue) = 245+88+187=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F558BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558BB is #0AA744. Grayscale: #919191. Windows color (decimal): -698181 or 12278005. OLE color: 12278005.
HSL color Cylindrical-coordinate representation of color #F558BB: hue angle of 322.17º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F558BB is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 187 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.04 |
| HSL | 322.17º | 0.89% | 0.65% | - |
| HSV(B) | 322.17º | 0.64% | 0.96% | - |
| XYZ | 50.12 | 29.98 | 50.16 | - |
| YUV | 146.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 187 | 0 | 0.64 | 0.24 | 0.04 | 322.17 | 0.89 | 0.65 |
| Hex | F5 | 58 | BB | 0 | 40 | 18 | 4 | 142 | 59 | 41 |
| Octal | 365 | 130 | 273 | 0 | 100 | 30 | 4 | 502 | 131 | 101 |
| Binary | 11110101 | 1011000 | 10111011 | 0 | 1000000 | 11000 | 100 | 101000010 | 1011001 | 1000001 |
Color Harmonies of #F558BB
Complementary color
Monochromatic Colors of #F558BB
Black with #F558BB
Text Example
Text Example
White with #F558BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558BB; }
p { color: rgb(245,88,187); }
H1.HeaderClassName
{
color: #F558BB;
}
.AnyTagClassName
{
color: #F558BB;
}
</style>
background-color css
<style>
a { background-color: #F558BB; }
a { background-color: rgb(245,88,187); }
div.DivClassName
{
background-color: #F558BB;
}
.BgClassName
{
background-color: #F558BB;
}
</style>
border-color css
<style>
span { border-color: #F558BB; }
span { border-color: rgb(245,88,187); }
td.TdClassName
{
border-color: #F558BB;
}
.TagClassName
{
border-color: #F558BB;
}
</style>