Shades of Hot Pink #F850BC
Tints of Hot Pink #F850BC
RGB
CMYK
RGB Variations
Color information
#F850BC (or 0xF850BC) is known color: Hot Pink. HEX triplet: F8, 50 and BC. RGB value is (248,80,188). Sum of RGB (Red+Green+Blue) = 248+80+188=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F850BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F850BC is #07AF43. Grayscale: #8E8E8E. Windows color (decimal): -503620 or 12341496. OLE color: 12341496.
HSL color Cylindrical-coordinate representation of color #F850BC: hue angle of 321.43º 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 #F850BC is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 188 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.03 |
| HSL | 321.43º | 0.92% | 0.64% | - |
| HSV(B) | 321.43º | 0.68% | 0.97% | - |
| XYZ | 50.66 | 29.32 | 50.57 | - |
| YUV | 142.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 188 | 0 | 0.68 | 0.24 | 0.03 | 321.43 | 0.92 | 0.64 |
| Hex | F8 | 50 | BC | 0 | 44 | 18 | 3 | 141 | 5C | 40 |
| Octal | 370 | 120 | 274 | 0 | 104 | 30 | 3 | 501 | 134 | 100 |
| Binary | 11111000 | 1010000 | 10111100 | 0 | 1000100 | 11000 | 11 | 101000001 | 1011100 | 1000000 |
Color Harmonies of #F850BC
Complementary color
Monochromatic Colors of #F850BC
Black with #F850BC
Text Example
Text Example
White with #F850BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F850BC; }
p { color: rgb(248,80,188); }
H1.HeaderClassName
{
color: #F850BC;
}
.AnyTagClassName
{
color: #F850BC;
}
</style>
background-color css
<style>
a { background-color: #F850BC; }
a { background-color: rgb(248,80,188); }
div.DivClassName
{
background-color: #F850BC;
}
.BgClassName
{
background-color: #F850BC;
}
</style>
border-color css
<style>
span { border-color: #F850BC; }
span { border-color: rgb(248,80,188); }
td.TdClassName
{
border-color: #F850BC;
}
.TagClassName
{
border-color: #F850BC;
}
</style>