Shades of Hot Pink #F86CB2
Tints of Hot Pink #F86CB2
RGB
CMYK
RGB Variations
Color information
#F86CB2 (or 0xF86CB2) is known color: Hot Pink. HEX triplet: F8, 6C and B2. RGB value is (248,108,178). Sum of RGB (Red+Green+Blue) = 248+108+178=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86CB2 is #07934D. Grayscale: #9D9D9D. Windows color (decimal): -496462 or 11693304. OLE color: 11693304.
HSL color Cylindrical-coordinate representation of color #F86CB2: hue angle of 330º 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 #F86CB2 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 178 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.03 |
| HSL | 330º | 0.91% | 0.7% | - |
| HSV(B) | 330º | 0.56% | 0.97% | - |
| XYZ | 52.11 | 33.9 | 45.92 | - |
| YUV | 157.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 178 | 0 | 0.56 | 0.28 | 0.03 | 330 | 0.91 | 0.7 |
| Hex | F8 | 6C | B2 | 0 | 38 | 1C | 3 | 14A | 5B | 46 |
| Octal | 370 | 154 | 262 | 0 | 70 | 34 | 3 | 512 | 133 | 106 |
| Binary | 11111000 | 1101100 | 10110010 | 0 | 111000 | 11100 | 11 | 101001010 | 1011011 | 1000110 |
Color Harmonies of #F86CB2
Complementary color
Monochromatic Colors of #F86CB2
Black with #F86CB2
Text Example
Text Example
White with #F86CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86CB2; }
p { color: rgb(248,108,178); }
H1.HeaderClassName
{
color: #F86CB2;
}
.AnyTagClassName
{
color: #F86CB2;
}
</style>
background-color css
<style>
a { background-color: #F86CB2; }
a { background-color: rgb(248,108,178); }
div.DivClassName
{
background-color: #F86CB2;
}
.BgClassName
{
background-color: #F86CB2;
}
</style>
border-color css
<style>
span { border-color: #F86CB2; }
span { border-color: rgb(248,108,178); }
td.TdClassName
{
border-color: #F86CB2;
}
.TagClassName
{
border-color: #F86CB2;
}
</style>