Shades of Hot Pink #F855BC
Tints of Hot Pink #F855BC
RGB
CMYK
RGB Variations
Color information
#F855BC (or 0xF855BC) is known color: Hot Pink. HEX triplet: F8, 55 and BC. RGB value is (248,85,188). Sum of RGB (Red+Green+Blue) = 248+85+188=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F855BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855BC is #07AA43. Grayscale: #919191. Windows color (decimal): -502340 or 12342776. OLE color: 12342776.
HSL color Cylindrical-coordinate representation of color #F855BC: hue angle of 322.09º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F855BC is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 188 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.03 |
| HSL | 322.09º | 0.92% | 0.65% | - |
| HSV(B) | 322.09º | 0.66% | 0.97% | - |
| XYZ | 51.04 | 30.08 | 50.69 | - |
| YUV | 145.48 | 152 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 188 | 0 | 0.66 | 0.24 | 0.03 | 322.09 | 0.92 | 0.65 |
| Hex | F8 | 55 | BC | 0 | 42 | 18 | 3 | 142 | 5C | 41 |
| Octal | 370 | 125 | 274 | 0 | 102 | 30 | 3 | 502 | 134 | 101 |
| Binary | 11111000 | 1010101 | 10111100 | 0 | 1000010 | 11000 | 11 | 101000010 | 1011100 | 1000001 |
Color Harmonies of #F855BC
Complementary color
Monochromatic Colors of #F855BC
Black with #F855BC
Text Example
Text Example
White with #F855BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855BC; }
p { color: rgb(248,85,188); }
H1.HeaderClassName
{
color: #F855BC;
}
.AnyTagClassName
{
color: #F855BC;
}
</style>
background-color css
<style>
a { background-color: #F855BC; }
a { background-color: rgb(248,85,188); }
div.DivClassName
{
background-color: #F855BC;
}
.BgClassName
{
background-color: #F855BC;
}
</style>
border-color css
<style>
span { border-color: #F855BC; }
span { border-color: rgb(248,85,188); }
td.TdClassName
{
border-color: #F855BC;
}
.TagClassName
{
border-color: #F855BC;
}
</style>