Shades of Hot Pink #F866A6
Tints of Hot Pink #F866A6
RGB
CMYK
RGB Variations
Color information
#F866A6 (or 0xF866A6) is known color: Hot Pink. HEX triplet: F8, 66 and A6. RGB value is (248,102,166). Sum of RGB (Red+Green+Blue) = 248+102+166=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F866A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F866A6 is #079959. Grayscale: #989898. Windows color (decimal): -498010 or 10905336. OLE color: 10905336.
HSL color Cylindrical-coordinate representation of color #F866A6: hue angle of 333.7º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F866A6 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 166 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.03 |
| HSL | 333.7º | 0.91% | 0.69% | - |
| HSV(B) | 333.7º | 0.59% | 0.97% | - |
| XYZ | 50.35 | 32.21 | 39.64 | - |
| YUV | 152.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 166 | 0 | 0.59 | 0.33 | 0.03 | 333.7 | 0.91 | 0.69 |
| Hex | F8 | 66 | A6 | 0 | 3B | 21 | 3 | 14E | 5B | 45 |
| Octal | 370 | 146 | 246 | 0 | 73 | 41 | 3 | 516 | 133 | 105 |
| Binary | 11111000 | 1100110 | 10100110 | 0 | 111011 | 100001 | 11 | 101001110 | 1011011 | 1000101 |
Color Harmonies of #F866A6
Complementary color
Monochromatic Colors of #F866A6
Black with #F866A6
Text Example
Text Example
White with #F866A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866A6; }
p { color: rgb(248,102,166); }
H1.HeaderClassName
{
color: #F866A6;
}
.AnyTagClassName
{
color: #F866A6;
}
</style>
background-color css
<style>
a { background-color: #F866A6; }
a { background-color: rgb(248,102,166); }
div.DivClassName
{
background-color: #F866A6;
}
.BgClassName
{
background-color: #F866A6;
}
</style>
border-color css
<style>
span { border-color: #F866A6; }
span { border-color: rgb(248,102,166); }
td.TdClassName
{
border-color: #F866A6;
}
.TagClassName
{
border-color: #F866A6;
}
</style>