Shades of Hot Pink #F55ABB
Tints of Hot Pink #F55ABB
RGB
CMYK
RGB Variations
Color information
#F55ABB (or 0xF55ABB) is known color: Hot Pink. HEX triplet: F5, 5A and BB. RGB value is (245,90,187). Sum of RGB (Red+Green+Blue) = 245+90+187=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ABB is #0AA544. Grayscale: #939393. Windows color (decimal): -697669 or 12278517. OLE color: 12278517.
HSL color Cylindrical-coordinate representation of color #F55ABB: hue angle of 322.45º 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 #F55ABB is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 187 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.04 |
| HSL | 322.45º | 0.89% | 0.66% | - |
| HSV(B) | 322.45º | 0.63% | 0.96% | - |
| XYZ | 50.28 | 30.31 | 50.21 | - |
| YUV | 147.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 187 | 0 | 0.63 | 0.24 | 0.04 | 322.45 | 0.89 | 0.66 |
| Hex | F5 | 5A | BB | 0 | 3F | 18 | 4 | 142 | 59 | 42 |
| Octal | 365 | 132 | 273 | 0 | 77 | 30 | 4 | 502 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10111011 | 0 | 111111 | 11000 | 100 | 101000010 | 1011001 | 1000010 |
Color Harmonies of #F55ABB
Complementary color
Monochromatic Colors of #F55ABB
Black with #F55ABB
Text Example
Text Example
White with #F55ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55ABB; }
p { color: rgb(245,90,187); }
H1.HeaderClassName
{
color: #F55ABB;
}
.AnyTagClassName
{
color: #F55ABB;
}
</style>
background-color css
<style>
a { background-color: #F55ABB; }
a { background-color: rgb(245,90,187); }
div.DivClassName
{
background-color: #F55ABB;
}
.BgClassName
{
background-color: #F55ABB;
}
</style>
border-color css
<style>
span { border-color: #F55ABB; }
span { border-color: rgb(245,90,187); }
td.TdClassName
{
border-color: #F55ABB;
}
.TagClassName
{
border-color: #F55ABB;
}
</style>