Shades of Hot Pink #F85BBC
Tints of Hot Pink #F85BBC
RGB
CMYK
RGB Variations
Color information
#F85BBC (or 0xF85BBC) is known color: Hot Pink. HEX triplet: F8, 5B and BC. RGB value is (248,91,188). Sum of RGB (Red+Green+Blue) = 248+91+188=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BBC is #07A443. Grayscale: #949494. Windows color (decimal): -500804 or 12344312. OLE color: 12344312.
HSL color Cylindrical-coordinate representation of color #F85BBC: hue angle of 322.93º 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 #F85BBC is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 188 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.03 |
| HSL | 322.93º | 0.92% | 0.66% | - |
| HSV(B) | 322.93º | 0.63% | 0.97% | - |
| XYZ | 51.53 | 31.07 | 50.86 | - |
| YUV | 149 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 188 | 0 | 0.63 | 0.24 | 0.03 | 322.93 | 0.92 | 0.66 |
| Hex | F8 | 5B | BC | 0 | 3F | 18 | 3 | 143 | 5C | 42 |
| Octal | 370 | 133 | 274 | 0 | 77 | 30 | 3 | 503 | 134 | 102 |
| Binary | 11111000 | 1011011 | 10111100 | 0 | 111111 | 11000 | 11 | 101000011 | 1011100 | 1000010 |
Color Harmonies of #F85BBC
Complementary color
Monochromatic Colors of #F85BBC
Black with #F85BBC
Text Example
Text Example
White with #F85BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BBC; }
p { color: rgb(248,91,188); }
H1.HeaderClassName
{
color: #F85BBC;
}
.AnyTagClassName
{
color: #F85BBC;
}
</style>
background-color css
<style>
a { background-color: #F85BBC; }
a { background-color: rgb(248,91,188); }
div.DivClassName
{
background-color: #F85BBC;
}
.BgClassName
{
background-color: #F85BBC;
}
</style>
border-color css
<style>
span { border-color: #F85BBC; }
span { border-color: rgb(248,91,188); }
td.TdClassName
{
border-color: #F85BBC;
}
.TagClassName
{
border-color: #F85BBC;
}
</style>