Shades of Hot Pink #F85AB5
Tints of Hot Pink #F85AB5
RGB
CMYK
RGB Variations
Color information
#F85AB5 (or 0xF85AB5) is known color: Hot Pink. HEX triplet: F8, 5A and B5. RGB value is (248,90,181). Sum of RGB (Red+Green+Blue) = 248+90+181=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85AB5 is #07A54A. Grayscale: #939393. Windows color (decimal): -501067 or 11885304. OLE color: 11885304.
HSL color Cylindrical-coordinate representation of color #F85AB5: hue angle of 325.44º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85AB5 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 181 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.03 |
| HSL | 325.44º | 0.92% | 0.66% | - |
| HSV(B) | 325.44º | 0.64% | 0.97% | - |
| XYZ | 50.71 | 30.6 | 46.95 | - |
| YUV | 147.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 181 | 0 | 0.64 | 0.27 | 0.03 | 325.44 | 0.92 | 0.66 |
| Hex | F8 | 5A | B5 | 0 | 40 | 1B | 3 | 145 | 5C | 42 |
| Octal | 370 | 132 | 265 | 0 | 100 | 33 | 3 | 505 | 134 | 102 |
| Binary | 11111000 | 1011010 | 10110101 | 0 | 1000000 | 11011 | 11 | 101000101 | 1011100 | 1000010 |
Color Harmonies of #F85AB5
Complementary color
Monochromatic Colors of #F85AB5
Black with #F85AB5
Text Example
Text Example
White with #F85AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AB5; }
p { color: rgb(248,90,181); }
H1.HeaderClassName
{
color: #F85AB5;
}
.AnyTagClassName
{
color: #F85AB5;
}
</style>
background-color css
<style>
a { background-color: #F85AB5; }
a { background-color: rgb(248,90,181); }
div.DivClassName
{
background-color: #F85AB5;
}
.BgClassName
{
background-color: #F85AB5;
}
</style>
border-color css
<style>
span { border-color: #F85AB5; }
span { border-color: rgb(248,90,181); }
td.TdClassName
{
border-color: #F85AB5;
}
.TagClassName
{
border-color: #F85AB5;
}
</style>