Shades of Hot Pink #F85FB8
Tints of Hot Pink #F85FB8
RGB
CMYK
RGB Variations
Color information
#F85FB8 (or 0xF85FB8) is known color: Hot Pink. HEX triplet: F8, 5F and B8. RGB value is (248,95,184). Sum of RGB (Red+Green+Blue) = 248+95+184=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85FB8 is #07A047. Grayscale: #969696. Windows color (decimal): -499784 or 12083192. OLE color: 12083192.
HSL color Cylindrical-coordinate representation of color #F85FB8: hue angle of 325.1º 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 #F85FB8 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 184 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.03 |
| HSL | 325.1º | 0.92% | 0.67% | - |
| HSV(B) | 325.1º | 0.62% | 0.97% | - |
| XYZ | 51.46 | 31.6 | 48.74 | - |
| YUV | 150.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 184 | 0 | 0.62 | 0.26 | 0.03 | 325.1 | 0.92 | 0.67 |
| Hex | F8 | 5F | B8 | 0 | 3E | 1A | 3 | 145 | 5C | 43 |
| Octal | 370 | 137 | 270 | 0 | 76 | 32 | 3 | 505 | 134 | 103 |
| Binary | 11111000 | 1011111 | 10111000 | 0 | 111110 | 11010 | 11 | 101000101 | 1011100 | 1000011 |
Color Harmonies of #F85FB8
Complementary color
Monochromatic Colors of #F85FB8
Black with #F85FB8
Text Example
Text Example
White with #F85FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85FB8; }
p { color: rgb(248,95,184); }
H1.HeaderClassName
{
color: #F85FB8;
}
.AnyTagClassName
{
color: #F85FB8;
}
</style>
background-color css
<style>
a { background-color: #F85FB8; }
a { background-color: rgb(248,95,184); }
div.DivClassName
{
background-color: #F85FB8;
}
.BgClassName
{
background-color: #F85FB8;
}
</style>
border-color css
<style>
span { border-color: #F85FB8; }
span { border-color: rgb(248,95,184); }
td.TdClassName
{
border-color: #F85FB8;
}
.TagClassName
{
border-color: #F85FB8;
}
</style>