Shades of Hot Pink #F55AB9
Tints of Hot Pink #F55AB9
RGB
CMYK
RGB Variations
Color information
#F55AB9 (or 0xF55AB9) is known color: Hot Pink. HEX triplet: F5, 5A and B9. RGB value is (245,90,185). Sum of RGB (Red+Green+Blue) = 245+90+185=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55AB9 is #0AA546. Grayscale: #929292. Windows color (decimal): -697671 or 12147445. OLE color: 12147445.
HSL color Cylindrical-coordinate representation of color #F55AB9: hue angle of 323.23º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55AB9 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 185 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.04 |
| HSL | 323.23º | 0.89% | 0.66% | - |
| HSV(B) | 323.23º | 0.63% | 0.96% | - |
| XYZ | 50.07 | 30.23 | 49.09 | - |
| YUV | 147.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 185 | 0 | 0.63 | 0.24 | 0.04 | 323.23 | 0.89 | 0.66 |
| Hex | F5 | 5A | B9 | 0 | 3F | 18 | 4 | 143 | 59 | 42 |
| Octal | 365 | 132 | 271 | 0 | 77 | 30 | 4 | 503 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10111001 | 0 | 111111 | 11000 | 100 | 101000011 | 1011001 | 1000010 |
Color Harmonies of #F55AB9
Complementary color
Monochromatic Colors of #F55AB9
Black with #F55AB9
Text Example
Text Example
White with #F55AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AB9; }
p { color: rgb(245,90,185); }
H1.HeaderClassName
{
color: #F55AB9;
}
.AnyTagClassName
{
color: #F55AB9;
}
</style>
background-color css
<style>
a { background-color: #F55AB9; }
a { background-color: rgb(245,90,185); }
div.DivClassName
{
background-color: #F55AB9;
}
.BgClassName
{
background-color: #F55AB9;
}
</style>
border-color css
<style>
span { border-color: #F55AB9; }
span { border-color: rgb(245,90,185); }
td.TdClassName
{
border-color: #F55AB9;
}
.TagClassName
{
border-color: #F55AB9;
}
</style>