Shades of Hot Pink #F55ABD
Tints of Hot Pink #F55ABD
RGB
CMYK
RGB Variations
Color information
#F55ABD (or 0xF55ABD) is known color: Hot Pink. HEX triplet: F5, 5A and BD. RGB value is (245,90,189). Sum of RGB (Red+Green+Blue) = 245+90+189=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ABD is #0AA542. Grayscale: #939393. Windows color (decimal): -697667 or 12409589. OLE color: 12409589.
HSL color Cylindrical-coordinate representation of color #F55ABD: hue angle of 321.68º 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 #F55ABD is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 189 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.04 |
| HSL | 321.68º | 0.89% | 0.66% | - |
| HSV(B) | 321.68º | 0.63% | 0.96% | - |
| XYZ | 50.5 | 30.4 | 51.35 | - |
| YUV | 147.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 189 | 0 | 0.63 | 0.23 | 0.04 | 321.68 | 0.89 | 0.66 |
| Hex | F5 | 5A | BD | 0 | 3F | 17 | 4 | 142 | 59 | 42 |
| Octal | 365 | 132 | 275 | 0 | 77 | 27 | 4 | 502 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10111101 | 0 | 111111 | 10111 | 100 | 101000010 | 1011001 | 1000010 |
Color Harmonies of #F55ABD
Complementary color
Monochromatic Colors of #F55ABD
Black with #F55ABD
Text Example
Text Example
White with #F55ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55ABD; }
p { color: rgb(245,90,189); }
H1.HeaderClassName
{
color: #F55ABD;
}
.AnyTagClassName
{
color: #F55ABD;
}
</style>
background-color css
<style>
a { background-color: #F55ABD; }
a { background-color: rgb(245,90,189); }
div.DivClassName
{
background-color: #F55ABD;
}
.BgClassName
{
background-color: #F55ABD;
}
</style>
border-color css
<style>
span { border-color: #F55ABD; }
span { border-color: rgb(245,90,189); }
td.TdClassName
{
border-color: #F55ABD;
}
.TagClassName
{
border-color: #F55ABD;
}
</style>