Shades of Hot Pink #F85FB0
Tints of Hot Pink #F85FB0
RGB
CMYK
RGB Variations
Color information
#F85FB0 (or 0xF85FB0) is known color: Hot Pink. HEX triplet: F8, 5F and B0. RGB value is (248,95,176). Sum of RGB (Red+Green+Blue) = 248+95+176=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85FB0 is #07A04F. Grayscale: #959595. Windows color (decimal): -499792 or 11558904. OLE color: 11558904.
HSL color Cylindrical-coordinate representation of color #F85FB0: hue angle of 328.24º 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 #F85FB0 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 176 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.03 |
| HSL | 328.24º | 0.92% | 0.67% | - |
| HSV(B) | 328.24º | 0.62% | 0.97% | - |
| XYZ | 50.64 | 31.28 | 44.44 | - |
| YUV | 149.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 176 | 0 | 0.62 | 0.29 | 0.03 | 328.24 | 0.92 | 0.67 |
| Hex | F8 | 5F | B0 | 0 | 3E | 1D | 3 | 148 | 5C | 43 |
| Octal | 370 | 137 | 260 | 0 | 76 | 35 | 3 | 510 | 134 | 103 |
| Binary | 11111000 | 1011111 | 10110000 | 0 | 111110 | 11101 | 11 | 101001000 | 1011100 | 1000011 |
Color Harmonies of #F85FB0
Complementary color
Monochromatic Colors of #F85FB0
Black with #F85FB0
Text Example
Text Example
White with #F85FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85FB0; }
p { color: rgb(248,95,176); }
H1.HeaderClassName
{
color: #F85FB0;
}
.AnyTagClassName
{
color: #F85FB0;
}
</style>
background-color css
<style>
a { background-color: #F85FB0; }
a { background-color: rgb(248,95,176); }
div.DivClassName
{
background-color: #F85FB0;
}
.BgClassName
{
background-color: #F85FB0;
}
</style>
border-color css
<style>
span { border-color: #F85FB0; }
span { border-color: rgb(248,95,176); }
td.TdClassName
{
border-color: #F85FB0;
}
.TagClassName
{
border-color: #F85FB0;
}
</style>