Shades of Hot Pink #F55ABC
Tints of Hot Pink #F55ABC
RGB
CMYK
RGB Variations
Color information
#F55ABC (or 0xF55ABC) is known color: Hot Pink. HEX triplet: F5, 5A and BC. RGB value is (245,90,188). Sum of RGB (Red+Green+Blue) = 245+90+188=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ABC is #0AA543. Grayscale: #939393. Windows color (decimal): -697668 or 12344053. OLE color: 12344053.
HSL color Cylindrical-coordinate representation of color #F55ABC: hue angle of 322.06º 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 #F55ABC is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 188 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.04 |
| HSL | 322.06º | 0.89% | 0.66% | - |
| HSV(B) | 322.06º | 0.63% | 0.96% | - |
| XYZ | 50.39 | 30.36 | 50.78 | - |
| YUV | 147.52 | 150.85 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 188 | 0 | 0.63 | 0.23 | 0.04 | 322.06 | 0.89 | 0.66 |
| Hex | F5 | 5A | BC | 0 | 3F | 17 | 4 | 142 | 59 | 42 |
| Octal | 365 | 132 | 274 | 0 | 77 | 27 | 4 | 502 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10111100 | 0 | 111111 | 10111 | 100 | 101000010 | 1011001 | 1000010 |
Color Harmonies of #F55ABC
Complementary color
Monochromatic Colors of #F55ABC
Black with #F55ABC
Text Example
Text Example
White with #F55ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55ABC; }
p { color: rgb(245,90,188); }
H1.HeaderClassName
{
color: #F55ABC;
}
.AnyTagClassName
{
color: #F55ABC;
}
</style>
background-color css
<style>
a { background-color: #F55ABC; }
a { background-color: rgb(245,90,188); }
div.DivClassName
{
background-color: #F55ABC;
}
.BgClassName
{
background-color: #F55ABC;
}
</style>
border-color css
<style>
span { border-color: #F55ABC; }
span { border-color: rgb(245,90,188); }
td.TdClassName
{
border-color: #F55ABC;
}
.TagClassName
{
border-color: #F55ABC;
}
</style>