Shades of Hot Pink #F85BBB
Tints of Hot Pink #F85BBB
RGB
CMYK
RGB Variations
Color information
#F85BBB (or 0xF85BBB) is known color: Hot Pink. HEX triplet: F8, 5B and BB. RGB value is (248,91,187). Sum of RGB (Red+Green+Blue) = 248+91+187=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BBB is #07A444. Grayscale: #949494. Windows color (decimal): -500805 or 12278776. OLE color: 12278776.
HSL color Cylindrical-coordinate representation of color #F85BBB: hue angle of 323.31º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85BBB is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 187 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.03 |
| HSL | 323.31º | 0.92% | 0.66% | - |
| HSV(B) | 323.31º | 0.63% | 0.97% | - |
| XYZ | 51.42 | 31.03 | 50.29 | - |
| YUV | 148.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 187 | 0 | 0.63 | 0.25 | 0.03 | 323.31 | 0.92 | 0.66 |
| Hex | F8 | 5B | BB | 0 | 3F | 19 | 3 | 143 | 5C | 42 |
| Octal | 370 | 133 | 273 | 0 | 77 | 31 | 3 | 503 | 134 | 102 |
| Binary | 11111000 | 1011011 | 10111011 | 0 | 111111 | 11001 | 11 | 101000011 | 1011100 | 1000010 |
Color Harmonies of #F85BBB
Complementary color
Monochromatic Colors of #F85BBB
Black with #F85BBB
Text Example
Text Example
White with #F85BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BBB; }
p { color: rgb(248,91,187); }
H1.HeaderClassName
{
color: #F85BBB;
}
.AnyTagClassName
{
color: #F85BBB;
}
</style>
background-color css
<style>
a { background-color: #F85BBB; }
a { background-color: rgb(248,91,187); }
div.DivClassName
{
background-color: #F85BBB;
}
.BgClassName
{
background-color: #F85BBB;
}
</style>
border-color css
<style>
span { border-color: #F85BBB; }
span { border-color: rgb(248,91,187); }
td.TdClassName
{
border-color: #F85BBB;
}
.TagClassName
{
border-color: #F85BBB;
}
</style>