Shades of Hot Pink #F16EB0
Tints of Hot Pink #F16EB0
RGB
CMYK
RGB Variations
Color information
#F16EB0 (or 0xF16EB0) is known color: Hot Pink. HEX triplet: F1, 6E and B0. RGB value is (241,110,176). Sum of RGB (Red+Green+Blue) = 241+110+176=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16EB0 is #0E914F. Grayscale: #9C9C9C. Windows color (decimal): -954704 or 11562737. OLE color: 11562737.
HSL color Cylindrical-coordinate representation of color #F16EB0: hue angle of 329.77º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16EB0 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 176 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.05 |
| HSL | 329.77º | 0.82% | 0.69% | - |
| HSV(B) | 329.77º | 0.54% | 0.95% | - |
| XYZ | 49.69 | 32.99 | 44.82 | - |
| YUV | 156.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 176 | 0 | 0.54 | 0.27 | 0.05 | 329.77 | 0.82 | 0.69 |
| Hex | F1 | 6E | B0 | 0 | 36 | 1B | 5 | 14A | 52 | 45 |
| Octal | 361 | 156 | 260 | 0 | 66 | 33 | 5 | 512 | 122 | 105 |
| Binary | 11110001 | 1101110 | 10110000 | 0 | 110110 | 11011 | 101 | 101001010 | 1010010 | 1000101 |
Color Harmonies of #F16EB0
Complementary color
Monochromatic Colors of #F16EB0
Black with #F16EB0
Text Example
Text Example
White with #F16EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EB0; }
p { color: rgb(241,110,176); }
H1.HeaderClassName
{
color: #F16EB0;
}
.AnyTagClassName
{
color: #F16EB0;
}
</style>
background-color css
<style>
a { background-color: #F16EB0; }
a { background-color: rgb(241,110,176); }
div.DivClassName
{
background-color: #F16EB0;
}
.BgClassName
{
background-color: #F16EB0;
}
</style>
border-color css
<style>
span { border-color: #F16EB0; }
span { border-color: rgb(241,110,176); }
td.TdClassName
{
border-color: #F16EB0;
}
.TagClassName
{
border-color: #F16EB0;
}
</style>