Shades of Hot Pink #F85DB0
Tints of Hot Pink #F85DB0
RGB
CMYK
RGB Variations
Color information
#F85DB0 (or 0xF85DB0) is known color: Hot Pink. HEX triplet: F8, 5D and B0. RGB value is (248,93,176). Sum of RGB (Red+Green+Blue) = 248+93+176=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85DB0 is #07A24F. Grayscale: #949494. Windows color (decimal): -500304 or 11558392. OLE color: 11558392.
HSL color Cylindrical-coordinate representation of color #F85DB0: hue angle of 327.87º 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 #F85DB0 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 176 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.03 |
| HSL | 327.87º | 0.92% | 0.67% | - |
| HSV(B) | 327.87º | 0.63% | 0.97% | - |
| XYZ | 50.46 | 30.92 | 44.38 | - |
| YUV | 148.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 176 | 0 | 0.62 | 0.29 | 0.03 | 327.87 | 0.92 | 0.67 |
| Hex | F8 | 5D | B0 | 0 | 3E | 1D | 3 | 148 | 5C | 43 |
| Octal | 370 | 135 | 260 | 0 | 76 | 35 | 3 | 510 | 134 | 103 |
| Binary | 11111000 | 1011101 | 10110000 | 0 | 111110 | 11101 | 11 | 101001000 | 1011100 | 1000011 |
Color Harmonies of #F85DB0
Complementary color
Monochromatic Colors of #F85DB0
Black with #F85DB0
Text Example
Text Example
White with #F85DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85DB0; }
p { color: rgb(248,93,176); }
H1.HeaderClassName
{
color: #F85DB0;
}
.AnyTagClassName
{
color: #F85DB0;
}
</style>
background-color css
<style>
a { background-color: #F85DB0; }
a { background-color: rgb(248,93,176); }
div.DivClassName
{
background-color: #F85DB0;
}
.BgClassName
{
background-color: #F85DB0;
}
</style>
border-color css
<style>
span { border-color: #F85DB0; }
span { border-color: rgb(248,93,176); }
td.TdClassName
{
border-color: #F85DB0;
}
.TagClassName
{
border-color: #F85DB0;
}
</style>