Shades of Hot Pink #F85DBB
Tints of Hot Pink #F85DBB
RGB
CMYK
RGB Variations
Color information
#F85DBB (or 0xF85DBB) is known color: Hot Pink. HEX triplet: F8, 5D and BB. RGB value is (248,93,187). Sum of RGB (Red+Green+Blue) = 248+93+187=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DBB is #07A244. Grayscale: #959595. Windows color (decimal): -500293 or 12279288. OLE color: 12279288.
HSL color Cylindrical-coordinate representation of color #F85DBB: hue angle of 323.61º 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 #F85DBB is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 187 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.03 |
| HSL | 323.61º | 0.92% | 0.67% | - |
| HSV(B) | 323.61º | 0.63% | 0.97% | - |
| XYZ | 51.6 | 31.37 | 50.35 | - |
| YUV | 150.06 | 148.85 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 187 | 0 | 0.62 | 0.25 | 0.03 | 323.61 | 0.92 | 0.67 |
| Hex | F8 | 5D | BB | 0 | 3E | 19 | 3 | 144 | 5C | 43 |
| Octal | 370 | 135 | 273 | 0 | 76 | 31 | 3 | 504 | 134 | 103 |
| Binary | 11111000 | 1011101 | 10111011 | 0 | 111110 | 11001 | 11 | 101000100 | 1011100 | 1000011 |
Color Harmonies of #F85DBB
Complementary color
Monochromatic Colors of #F85DBB
Black with #F85DBB
Text Example
Text Example
White with #F85DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85DBB; }
p { color: rgb(248,93,187); }
H1.HeaderClassName
{
color: #F85DBB;
}
.AnyTagClassName
{
color: #F85DBB;
}
</style>
background-color css
<style>
a { background-color: #F85DBB; }
a { background-color: rgb(248,93,187); }
div.DivClassName
{
background-color: #F85DBB;
}
.BgClassName
{
background-color: #F85DBB;
}
</style>
border-color css
<style>
span { border-color: #F85DBB; }
span { border-color: rgb(248,93,187); }
td.TdClassName
{
border-color: #F85DBB;
}
.TagClassName
{
border-color: #F85DBB;
}
</style>