Shades of Hot Pink #F559B4
Tints of Hot Pink #F559B4
RGB
CMYK
RGB Variations
Color information
#F559B4 (or 0xF559B4) is known color: Hot Pink. HEX triplet: F5, 59 and B4. RGB value is (245,89,180). Sum of RGB (Red+Green+Blue) = 245+89+180=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F559B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F559B4 is #0AA64B. Grayscale: #919191. Windows color (decimal): -697932 or 11819509. OLE color: 11819509.
HSL color Cylindrical-coordinate representation of color #F559B4: hue angle of 325º 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 #F559B4 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 180 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.04 |
| HSL | 325º | 0.89% | 0.65% | - |
| HSV(B) | 325º | 0.64% | 0.96% | - |
| XYZ | 49.47 | 29.85 | 46.33 | - |
| YUV | 146.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 180 | 0 | 0.64 | 0.27 | 0.04 | 325 | 0.89 | 0.65 |
| Hex | F5 | 59 | B4 | 0 | 40 | 1B | 4 | 145 | 59 | 41 |
| Octal | 365 | 131 | 264 | 0 | 100 | 33 | 4 | 505 | 131 | 101 |
| Binary | 11110101 | 1011001 | 10110100 | 0 | 1000000 | 11011 | 100 | 101000101 | 1011001 | 1000001 |
Color Harmonies of #F559B4
Complementary color
Monochromatic Colors of #F559B4
Black with #F559B4
Text Example
Text Example
White with #F559B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559B4; }
p { color: rgb(245,89,180); }
H1.HeaderClassName
{
color: #F559B4;
}
.AnyTagClassName
{
color: #F559B4;
}
</style>
background-color css
<style>
a { background-color: #F559B4; }
a { background-color: rgb(245,89,180); }
div.DivClassName
{
background-color: #F559B4;
}
.BgClassName
{
background-color: #F559B4;
}
</style>
border-color css
<style>
span { border-color: #F559B4; }
span { border-color: rgb(245,89,180); }
td.TdClassName
{
border-color: #F559B4;
}
.TagClassName
{
border-color: #F559B4;
}
</style>