Shades of Hot Pink #F850BE
Tints of Hot Pink #F850BE
RGB
CMYK
RGB Variations
Color information
#F850BE (or 0xF850BE) is known color: Hot Pink. HEX triplet: F8, 50 and BE. RGB value is (248,80,190). Sum of RGB (Red+Green+Blue) = 248+80+190=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F850BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F850BE is #07AF41. Grayscale: #8E8E8E. Windows color (decimal): -503618 or 12472568. OLE color: 12472568.
HSL color Cylindrical-coordinate representation of color #F850BE: hue angle of 320.71º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F850BE is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 190 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.03 |
| HSL | 320.71º | 0.92% | 0.64% | - |
| HSV(B) | 320.71º | 0.68% | 0.97% | - |
| XYZ | 50.87 | 29.41 | 51.71 | - |
| YUV | 142.77 | 154.66 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 190 | 0 | 0.68 | 0.23 | 0.03 | 320.71 | 0.92 | 0.64 |
| Hex | F8 | 50 | BE | 0 | 44 | 17 | 3 | 141 | 5C | 40 |
| Octal | 370 | 120 | 276 | 0 | 104 | 27 | 3 | 501 | 134 | 100 |
| Binary | 11111000 | 1010000 | 10111110 | 0 | 1000100 | 10111 | 11 | 101000001 | 1011100 | 1000000 |
Color Harmonies of #F850BE
Complementary color
Monochromatic Colors of #F850BE
Black with #F850BE
Text Example
Text Example
White with #F850BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F850BE; }
p { color: rgb(248,80,190); }
H1.HeaderClassName
{
color: #F850BE;
}
.AnyTagClassName
{
color: #F850BE;
}
</style>
background-color css
<style>
a { background-color: #F850BE; }
a { background-color: rgb(248,80,190); }
div.DivClassName
{
background-color: #F850BE;
}
.BgClassName
{
background-color: #F850BE;
}
</style>
border-color css
<style>
span { border-color: #F850BE; }
span { border-color: rgb(248,80,190); }
td.TdClassName
{
border-color: #F850BE;
}
.TagClassName
{
border-color: #F850BE;
}
</style>