Shades of Hot Pink #F558B6
Tints of Hot Pink #F558B6
RGB
CMYK
RGB Variations
Color information
#F558B6 (or 0xF558B6) is known color: Hot Pink. HEX triplet: F5, 58 and B6. RGB value is (245,88,182). Sum of RGB (Red+Green+Blue) = 245+88+182=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F558B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558B6 is #0AA749. Grayscale: #919191. Windows color (decimal): -698186 or 11950325. OLE color: 11950325.
HSL color Cylindrical-coordinate representation of color #F558B6: hue angle of 324.08º 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 #F558B6 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 182 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.04 |
| HSL | 324.08º | 0.89% | 0.65% | - |
| HSV(B) | 324.08º | 0.64% | 0.96% | - |
| XYZ | 49.59 | 29.77 | 47.39 | - |
| YUV | 145.66 | 148.51 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 182 | 0 | 0.64 | 0.26 | 0.04 | 324.08 | 0.89 | 0.65 |
| Hex | F5 | 58 | B6 | 0 | 40 | 1A | 4 | 144 | 59 | 41 |
| Octal | 365 | 130 | 266 | 0 | 100 | 32 | 4 | 504 | 131 | 101 |
| Binary | 11110101 | 1011000 | 10110110 | 0 | 1000000 | 11010 | 100 | 101000100 | 1011001 | 1000001 |
Color Harmonies of #F558B6
Complementary color
Monochromatic Colors of #F558B6
Black with #F558B6
Text Example
Text Example
White with #F558B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558B6; }
p { color: rgb(245,88,182); }
H1.HeaderClassName
{
color: #F558B6;
}
.AnyTagClassName
{
color: #F558B6;
}
</style>
background-color css
<style>
a { background-color: #F558B6; }
a { background-color: rgb(245,88,182); }
div.DivClassName
{
background-color: #F558B6;
}
.BgClassName
{
background-color: #F558B6;
}
</style>
border-color css
<style>
span { border-color: #F558B6; }
span { border-color: rgb(245,88,182); }
td.TdClassName
{
border-color: #F558B6;
}
.TagClassName
{
border-color: #F558B6;
}
</style>