Shades of Hot Pink #F86DB4
Tints of Hot Pink #F86DB4
RGB
CMYK
RGB Variations
Color information
#F86DB4 (or 0xF86DB4) is known color: Hot Pink. HEX triplet: F8, 6D and B4. RGB value is (248,109,180). Sum of RGB (Red+Green+Blue) = 248+109+180=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F86DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86DB4 is #07924B. Grayscale: #9E9E9E. Windows color (decimal): -496204 or 11824632. OLE color: 11824632.
HSL color Cylindrical-coordinate representation of color #F86DB4: hue angle of 329.35º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86DB4 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 180 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.03 |
| HSL | 329.35º | 0.91% | 0.7% | - |
| HSV(B) | 329.35º | 0.56% | 0.97% | - |
| XYZ | 52.42 | 34.19 | 47.02 | - |
| YUV | 158.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 180 | 0 | 0.56 | 0.27 | 0.03 | 329.35 | 0.91 | 0.7 |
| Hex | F8 | 6D | B4 | 0 | 38 | 1B | 3 | 149 | 5B | 46 |
| Octal | 370 | 155 | 264 | 0 | 70 | 33 | 3 | 511 | 133 | 106 |
| Binary | 11111000 | 1101101 | 10110100 | 0 | 111000 | 11011 | 11 | 101001001 | 1011011 | 1000110 |
Color Harmonies of #F86DB4
Complementary color
Monochromatic Colors of #F86DB4
Black with #F86DB4
Text Example
Text Example
White with #F86DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86DB4; }
p { color: rgb(248,109,180); }
H1.HeaderClassName
{
color: #F86DB4;
}
.AnyTagClassName
{
color: #F86DB4;
}
</style>
background-color css
<style>
a { background-color: #F86DB4; }
a { background-color: rgb(248,109,180); }
div.DivClassName
{
background-color: #F86DB4;
}
.BgClassName
{
background-color: #F86DB4;
}
</style>
border-color css
<style>
span { border-color: #F86DB4; }
span { border-color: rgb(248,109,180); }
td.TdClassName
{
border-color: #F86DB4;
}
.TagClassName
{
border-color: #F86DB4;
}
</style>