Shades of Hot Pink #F85DB6
Tints of Hot Pink #F85DB6
RGB
CMYK
RGB Variations
Color information
#F85DB6 (or 0xF85DB6) is known color: Hot Pink. HEX triplet: F8, 5D and B6. RGB value is (248,93,182). Sum of RGB (Red+Green+Blue) = 248+93+182=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DB6 is #07A249. Grayscale: #959595. Windows color (decimal): -500298 or 11951608. OLE color: 11951608.
HSL color Cylindrical-coordinate representation of color #F85DB6: hue angle of 325.55º 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 #F85DB6 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 182 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.03 |
| HSL | 325.55º | 0.92% | 0.67% | - |
| HSV(B) | 325.55º | 0.63% | 0.97% | - |
| XYZ | 51.07 | 31.16 | 47.58 | - |
| YUV | 149.49 | 146.35 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 182 | 0 | 0.62 | 0.27 | 0.03 | 325.55 | 0.92 | 0.67 |
| Hex | F8 | 5D | B6 | 0 | 3E | 1B | 3 | 146 | 5C | 43 |
| Octal | 370 | 135 | 266 | 0 | 76 | 33 | 3 | 506 | 134 | 103 |
| Binary | 11111000 | 1011101 | 10110110 | 0 | 111110 | 11011 | 11 | 101000110 | 1011100 | 1000011 |
Color Harmonies of #F85DB6
Complementary color
Monochromatic Colors of #F85DB6
Black with #F85DB6
Text Example
Text Example
White with #F85DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85DB6; }
p { color: rgb(248,93,182); }
H1.HeaderClassName
{
color: #F85DB6;
}
.AnyTagClassName
{
color: #F85DB6;
}
</style>
background-color css
<style>
a { background-color: #F85DB6; }
a { background-color: rgb(248,93,182); }
div.DivClassName
{
background-color: #F85DB6;
}
.BgClassName
{
background-color: #F85DB6;
}
</style>
border-color css
<style>
span { border-color: #F85DB6; }
span { border-color: rgb(248,93,182); }
td.TdClassName
{
border-color: #F85DB6;
}
.TagClassName
{
border-color: #F85DB6;
}
</style>