Shades of Hot Pink #F558BC
Tints of Hot Pink #F558BC
RGB
CMYK
RGB Variations
Color information
#F558BC (or 0xF558BC) is known color: Hot Pink. HEX triplet: F5, 58 and BC. RGB value is (245,88,188). Sum of RGB (Red+Green+Blue) = 245+88+188=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F558BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558BC is #0AA743. Grayscale: #929292. Windows color (decimal): -698180 or 12343541. OLE color: 12343541.
HSL color Cylindrical-coordinate representation of color #F558BC: hue angle of 321.78º 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 #F558BC is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 188 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.04 |
| HSL | 321.78º | 0.89% | 0.65% | - |
| HSV(B) | 321.78º | 0.64% | 0.96% | - |
| XYZ | 50.22 | 30.02 | 50.72 | - |
| YUV | 146.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 188 | 0 | 0.64 | 0.23 | 0.04 | 321.78 | 0.89 | 0.65 |
| Hex | F5 | 58 | BC | 0 | 40 | 17 | 4 | 142 | 59 | 41 |
| Octal | 365 | 130 | 274 | 0 | 100 | 27 | 4 | 502 | 131 | 101 |
| Binary | 11110101 | 1011000 | 10111100 | 0 | 1000000 | 10111 | 100 | 101000010 | 1011001 | 1000001 |
Color Harmonies of #F558BC
Complementary color
Monochromatic Colors of #F558BC
Black with #F558BC
Text Example
Text Example
White with #F558BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558BC; }
p { color: rgb(245,88,188); }
H1.HeaderClassName
{
color: #F558BC;
}
.AnyTagClassName
{
color: #F558BC;
}
</style>
background-color css
<style>
a { background-color: #F558BC; }
a { background-color: rgb(245,88,188); }
div.DivClassName
{
background-color: #F558BC;
}
.BgClassName
{
background-color: #F558BC;
}
</style>
border-color css
<style>
span { border-color: #F558BC; }
span { border-color: rgb(245,88,188); }
td.TdClassName
{
border-color: #F558BC;
}
.TagClassName
{
border-color: #F558BC;
}
</style>