Shades of Hot Pink #F55AB7
Tints of Hot Pink #F55AB7
RGB
CMYK
RGB Variations
Color information
#F55AB7 (or 0xF55AB7) is known color: Hot Pink. HEX triplet: F5, 5A and B7. RGB value is (245,90,183). Sum of RGB (Red+Green+Blue) = 245+90+183=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55AB7 is #0AA548. Grayscale: #929292. Windows color (decimal): -697673 or 12016373. OLE color: 12016373.
HSL color Cylindrical-coordinate representation of color #F55AB7: hue angle of 324º 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 #F55AB7 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 183 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.04 |
| HSL | 324º | 0.89% | 0.66% | - |
| HSV(B) | 324º | 0.63% | 0.96% | - |
| XYZ | 49.86 | 30.14 | 47.99 | - |
| YUV | 146.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 183 | 0 | 0.63 | 0.25 | 0.04 | 324 | 0.89 | 0.66 |
| Hex | F5 | 5A | B7 | 0 | 3F | 19 | 4 | 144 | 59 | 42 |
| Octal | 365 | 132 | 267 | 0 | 77 | 31 | 4 | 504 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10110111 | 0 | 111111 | 11001 | 100 | 101000100 | 1011001 | 1000010 |
Color Harmonies of #F55AB7
Complementary color
Monochromatic Colors of #F55AB7
Black with #F55AB7
Text Example
Text Example
White with #F55AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AB7; }
p { color: rgb(245,90,183); }
H1.HeaderClassName
{
color: #F55AB7;
}
.AnyTagClassName
{
color: #F55AB7;
}
</style>
background-color css
<style>
a { background-color: #F55AB7; }
a { background-color: rgb(245,90,183); }
div.DivClassName
{
background-color: #F55AB7;
}
.BgClassName
{
background-color: #F55AB7;
}
</style>
border-color css
<style>
span { border-color: #F55AB7; }
span { border-color: rgb(245,90,183); }
td.TdClassName
{
border-color: #F55AB7;
}
.TagClassName
{
border-color: #F55AB7;
}
</style>