Shades of Hot Pink #F86CA4
Tints of Hot Pink #F86CA4
RGB
CMYK
RGB Variations
Color information
#F86CA4 (or 0xF86CA4) is known color: Hot Pink. HEX triplet: F8, 6C and A4. RGB value is (248,108,164). Sum of RGB (Red+Green+Blue) = 248+108+164=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86CA4 is #07935B. Grayscale: #9C9C9C. Windows color (decimal): -496476 or 10775800. OLE color: 10775800.
HSL color Cylindrical-coordinate representation of color #F86CA4: hue angle of 336º 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 #F86CA4 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 164 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.03 |
| HSL | 336º | 0.91% | 0.7% | - |
| HSV(B) | 336º | 0.56% | 0.97% | - |
| XYZ | 50.77 | 33.36 | 38.89 | - |
| YUV | 156.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 164 | 0 | 0.56 | 0.34 | 0.03 | 336 | 0.91 | 0.7 |
| Hex | F8 | 6C | A4 | 0 | 38 | 22 | 3 | 150 | 5B | 46 |
| Octal | 370 | 154 | 244 | 0 | 70 | 42 | 3 | 520 | 133 | 106 |
| Binary | 11111000 | 1101100 | 10100100 | 0 | 111000 | 100010 | 11 | 101010000 | 1011011 | 1000110 |
Color Harmonies of #F86CA4
Complementary color
Monochromatic Colors of #F86CA4
Black with #F86CA4
Text Example
Text Example
White with #F86CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86CA4; }
p { color: rgb(248,108,164); }
H1.HeaderClassName
{
color: #F86CA4;
}
.AnyTagClassName
{
color: #F86CA4;
}
</style>
background-color css
<style>
a { background-color: #F86CA4; }
a { background-color: rgb(248,108,164); }
div.DivClassName
{
background-color: #F86CA4;
}
.BgClassName
{
background-color: #F86CA4;
}
</style>
border-color css
<style>
span { border-color: #F86CA4; }
span { border-color: rgb(248,108,164); }
td.TdClassName
{
border-color: #F86CA4;
}
.TagClassName
{
border-color: #F86CA4;
}
</style>