Shades of Hot Pink #F85FB1
Tints of Hot Pink #F85FB1
RGB
CMYK
RGB Variations
Color information
#F85FB1 (or 0xF85FB1) is known color: Hot Pink. HEX triplet: F8, 5F and B1. RGB value is (248,95,177). Sum of RGB (Red+Green+Blue) = 248+95+177=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85FB1 is #07A04E. Grayscale: #959595. Windows color (decimal): -499791 or 11624440. OLE color: 11624440.
HSL color Cylindrical-coordinate representation of color #F85FB1: hue angle of 327.84º 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 #F85FB1 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 177 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.03 |
| HSL | 327.84º | 0.92% | 0.67% | - |
| HSV(B) | 327.84º | 0.62% | 0.97% | - |
| XYZ | 50.74 | 31.32 | 44.97 | - |
| YUV | 150.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 177 | 0 | 0.62 | 0.29 | 0.03 | 327.84 | 0.92 | 0.67 |
| Hex | F8 | 5F | B1 | 0 | 3E | 1D | 3 | 148 | 5C | 43 |
| Octal | 370 | 137 | 261 | 0 | 76 | 35 | 3 | 510 | 134 | 103 |
| Binary | 11111000 | 1011111 | 10110001 | 0 | 111110 | 11101 | 11 | 101001000 | 1011100 | 1000011 |
Color Harmonies of #F85FB1
Complementary color
Monochromatic Colors of #F85FB1
Black with #F85FB1
Text Example
Text Example
White with #F85FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85FB1; }
p { color: rgb(248,95,177); }
H1.HeaderClassName
{
color: #F85FB1;
}
.AnyTagClassName
{
color: #F85FB1;
}
</style>
background-color css
<style>
a { background-color: #F85FB1; }
a { background-color: rgb(248,95,177); }
div.DivClassName
{
background-color: #F85FB1;
}
.BgClassName
{
background-color: #F85FB1;
}
</style>
border-color css
<style>
span { border-color: #F85FB1; }
span { border-color: rgb(248,95,177); }
td.TdClassName
{
border-color: #F85FB1;
}
.TagClassName
{
border-color: #F85FB1;
}
</style>