Shades of Hot Pink #F855BD
Tints of Hot Pink #F855BD
RGB
CMYK
RGB Variations
Color information
#F855BD (or 0xF855BD) is known color: Hot Pink. HEX triplet: F8, 55 and BD. RGB value is (248,85,189). Sum of RGB (Red+Green+Blue) = 248+85+189=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F855BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855BD is #07AA42. Grayscale: #919191. Windows color (decimal): -502339 or 12408312. OLE color: 12408312.
HSL color Cylindrical-coordinate representation of color #F855BD: hue angle of 321.72º 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 #F855BD is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 189 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.03 |
| HSL | 321.72º | 0.92% | 0.65% | - |
| HSV(B) | 321.72º | 0.66% | 0.97% | - |
| XYZ | 51.15 | 30.13 | 51.26 | - |
| YUV | 145.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 189 | 0 | 0.66 | 0.24 | 0.03 | 321.72 | 0.92 | 0.65 |
| Hex | F8 | 55 | BD | 0 | 42 | 18 | 3 | 142 | 5C | 41 |
| Octal | 370 | 125 | 275 | 0 | 102 | 30 | 3 | 502 | 134 | 101 |
| Binary | 11111000 | 1010101 | 10111101 | 0 | 1000010 | 11000 | 11 | 101000010 | 1011100 | 1000001 |
Color Harmonies of #F855BD
Complementary color
Monochromatic Colors of #F855BD
Black with #F855BD
Text Example
Text Example
White with #F855BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855BD; }
p { color: rgb(248,85,189); }
H1.HeaderClassName
{
color: #F855BD;
}
.AnyTagClassName
{
color: #F855BD;
}
</style>
background-color css
<style>
a { background-color: #F855BD; }
a { background-color: rgb(248,85,189); }
div.DivClassName
{
background-color: #F855BD;
}
.BgClassName
{
background-color: #F855BD;
}
</style>
border-color css
<style>
span { border-color: #F855BD; }
span { border-color: rgb(248,85,189); }
td.TdClassName
{
border-color: #F855BD;
}
.TagClassName
{
border-color: #F855BD;
}
</style>