Shades of Hot Pink #F16EBA
Tints of Hot Pink #F16EBA
RGB
CMYK
RGB Variations
Color information
#F16EBA (or 0xF16EBA) is known color: Hot Pink. HEX triplet: F1, 6E and BA. RGB value is (241,110,186). Sum of RGB (Red+Green+Blue) = 241+110+186=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EBA is #0E9145. Grayscale: #9D9D9D. Windows color (decimal): -954694 or 12218097. OLE color: 12218097.
HSL color Cylindrical-coordinate representation of color #F16EBA: hue angle of 325.19º 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 #F16EBA is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 186 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.05 |
| HSL | 325.19º | 0.82% | 0.69% | - |
| HSV(B) | 325.19º | 0.54% | 0.95% | - |
| XYZ | 50.71 | 33.4 | 50.23 | - |
| YUV | 157.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 186 | 0 | 0.54 | 0.23 | 0.05 | 325.19 | 0.82 | 0.69 |
| Hex | F1 | 6E | BA | 0 | 36 | 17 | 5 | 145 | 52 | 45 |
| Octal | 361 | 156 | 272 | 0 | 66 | 27 | 5 | 505 | 122 | 105 |
| Binary | 11110001 | 1101110 | 10111010 | 0 | 110110 | 10111 | 101 | 101000101 | 1010010 | 1000101 |
Color Harmonies of #F16EBA
Complementary color
Monochromatic Colors of #F16EBA
Black with #F16EBA
Text Example
Text Example
White with #F16EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EBA; }
p { color: rgb(241,110,186); }
H1.HeaderClassName
{
color: #F16EBA;
}
.AnyTagClassName
{
color: #F16EBA;
}
</style>
background-color css
<style>
a { background-color: #F16EBA; }
a { background-color: rgb(241,110,186); }
div.DivClassName
{
background-color: #F16EBA;
}
.BgClassName
{
background-color: #F16EBA;
}
</style>
border-color css
<style>
span { border-color: #F16EBA; }
span { border-color: rgb(241,110,186); }
td.TdClassName
{
border-color: #F16EBA;
}
.TagClassName
{
border-color: #F16EBA;
}
</style>