Shades of Hot Pink #F86FBA
Tints of Hot Pink #F86FBA
RGB
CMYK
RGB Variations
Color information
#F86FBA (or 0xF86FBA) is known color: Hot Pink. HEX triplet: F8, 6F and BA. RGB value is (248,111,186). Sum of RGB (Red+Green+Blue) = 248+111+186=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FBA is #079045. Grayscale: #A0A0A0. Windows color (decimal): -495686 or 12218360. OLE color: 12218360.
HSL color Cylindrical-coordinate representation of color #F86FBA: hue angle of 327.15º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86FBA is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 186 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.03 |
| HSL | 327.15º | 0.91% | 0.7% | - |
| HSV(B) | 327.15º | 0.55% | 0.97% | - |
| XYZ | 53.26 | 34.87 | 50.38 | - |
| YUV | 160.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 186 | 0 | 0.55 | 0.25 | 0.03 | 327.15 | 0.91 | 0.7 |
| Hex | F8 | 6F | BA | 0 | 37 | 19 | 3 | 147 | 5B | 46 |
| Octal | 370 | 157 | 272 | 0 | 67 | 31 | 3 | 507 | 133 | 106 |
| Binary | 11111000 | 1101111 | 10111010 | 0 | 110111 | 11001 | 11 | 101000111 | 1011011 | 1000110 |
Color Harmonies of #F86FBA
Complementary color
Monochromatic Colors of #F86FBA
Black with #F86FBA
Text Example
Text Example
White with #F86FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86FBA; }
p { color: rgb(248,111,186); }
H1.HeaderClassName
{
color: #F86FBA;
}
.AnyTagClassName
{
color: #F86FBA;
}
</style>
background-color css
<style>
a { background-color: #F86FBA; }
a { background-color: rgb(248,111,186); }
div.DivClassName
{
background-color: #F86FBA;
}
.BgClassName
{
background-color: #F86FBA;
}
</style>
border-color css
<style>
span { border-color: #F86FBA; }
span { border-color: rgb(248,111,186); }
td.TdClassName
{
border-color: #F86FBA;
}
.TagClassName
{
border-color: #F86FBA;
}
</style>