Shades of Hot Pink #F866B1
Tints of Hot Pink #F866B1
RGB
CMYK
RGB Variations
Color information
#F866B1 (or 0xF866B1) is known color: Hot Pink. HEX triplet: F8, 66 and B1. RGB value is (248,102,177). Sum of RGB (Red+Green+Blue) = 248+102+177=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F866B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F866B1 is #07994E. Grayscale: #9A9A9A. Windows color (decimal): -497999 or 11626232. OLE color: 11626232.
HSL color Cylindrical-coordinate representation of color #F866B1: hue angle of 329.18º 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 #F866B1 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 177 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.03 |
| HSL | 329.18º | 0.91% | 0.69% | - |
| HSV(B) | 329.18º | 0.59% | 0.97% | - |
| XYZ | 51.4 | 32.63 | 45.18 | - |
| YUV | 154.2 | 140.87 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 177 | 0 | 0.59 | 0.29 | 0.03 | 329.18 | 0.91 | 0.69 |
| Hex | F8 | 66 | B1 | 0 | 3B | 1D | 3 | 149 | 5B | 45 |
| Octal | 370 | 146 | 261 | 0 | 73 | 35 | 3 | 511 | 133 | 105 |
| Binary | 11111000 | 1100110 | 10110001 | 0 | 111011 | 11101 | 11 | 101001001 | 1011011 | 1000101 |
Color Harmonies of #F866B1
Complementary color
Monochromatic Colors of #F866B1
Black with #F866B1
Text Example
Text Example
White with #F866B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866B1; }
p { color: rgb(248,102,177); }
H1.HeaderClassName
{
color: #F866B1;
}
.AnyTagClassName
{
color: #F866B1;
}
</style>
background-color css
<style>
a { background-color: #F866B1; }
a { background-color: rgb(248,102,177); }
div.DivClassName
{
background-color: #F866B1;
}
.BgClassName
{
background-color: #F866B1;
}
</style>
border-color css
<style>
span { border-color: #F866B1; }
span { border-color: rgb(248,102,177); }
td.TdClassName
{
border-color: #F866B1;
}
.TagClassName
{
border-color: #F866B1;
}
</style>