Shades of Hot Pink #F85FAC
Tints of Hot Pink #F85FAC
RGB
CMYK
RGB Variations
Color information
#F85FAC (or 0xF85FAC) is known color: Hot Pink. HEX triplet: F8, 5F and AC. RGB value is (248,95,172). Sum of RGB (Red+Green+Blue) = 248+95+172=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85FAC is #07A053. Grayscale: #959595. Windows color (decimal): -499796 or 11296760. OLE color: 11296760.
HSL color Cylindrical-coordinate representation of color #F85FAC: hue angle of 329.8º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85FAC is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 172 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.03 |
| HSL | 329.8º | 0.92% | 0.67% | - |
| HSV(B) | 329.8º | 0.62% | 0.97% | - |
| XYZ | 50.25 | 31.12 | 42.39 | - |
| YUV | 149.53 | 140.69 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 172 | 0 | 0.62 | 0.31 | 0.03 | 329.8 | 0.92 | 0.67 |
| Hex | F8 | 5F | AC | 0 | 3E | 1F | 3 | 14A | 5C | 43 |
| Octal | 370 | 137 | 254 | 0 | 76 | 37 | 3 | 512 | 134 | 103 |
| Binary | 11111000 | 1011111 | 10101100 | 0 | 111110 | 11111 | 11 | 101001010 | 1011100 | 1000011 |
Color Harmonies of #F85FAC
Complementary color
Monochromatic Colors of #F85FAC
Black with #F85FAC
Text Example
Text Example
White with #F85FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85FAC; }
p { color: rgb(248,95,172); }
H1.HeaderClassName
{
color: #F85FAC;
}
.AnyTagClassName
{
color: #F85FAC;
}
</style>
background-color css
<style>
a { background-color: #F85FAC; }
a { background-color: rgb(248,95,172); }
div.DivClassName
{
background-color: #F85FAC;
}
.BgClassName
{
background-color: #F85FAC;
}
</style>
border-color css
<style>
span { border-color: #F85FAC; }
span { border-color: rgb(248,95,172); }
td.TdClassName
{
border-color: #F85FAC;
}
.TagClassName
{
border-color: #F85FAC;
}
</style>