Shades of Hot Pink #F15EAC
Tints of Hot Pink #F15EAC
RGB
CMYK
RGB Variations
Color information
#F15EAC (or 0xF15EAC) is known color: Hot Pink. HEX triplet: F1, 5E and AC. RGB value is (241,94,172). Sum of RGB (Red+Green+Blue) = 241+94+172=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15EAC is #0EA153. Grayscale: #929292. Windows color (decimal): -958804 or 11296497. OLE color: 11296497.
HSL color Cylindrical-coordinate representation of color #F15EAC: hue angle of 328.16º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15EAC is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 172 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.05 |
| HSL | 328.16º | 0.84% | 0.66% | - |
| HSV(B) | 328.16º | 0.61% | 0.95% | - |
| XYZ | 47.72 | 29.68 | 42.24 | - |
| YUV | 146.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 172 | 0 | 0.61 | 0.29 | 0.05 | 328.16 | 0.84 | 0.66 |
| Hex | F1 | 5E | AC | 0 | 3D | 1D | 5 | 148 | 54 | 42 |
| Octal | 361 | 136 | 254 | 0 | 75 | 35 | 5 | 510 | 124 | 102 |
| Binary | 11110001 | 1011110 | 10101100 | 0 | 111101 | 11101 | 101 | 101001000 | 1010100 | 1000010 |
Color Harmonies of #F15EAC
Complementary color
Monochromatic Colors of #F15EAC
Black with #F15EAC
Text Example
Text Example
White with #F15EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15EAC; }
p { color: rgb(241,94,172); }
H1.HeaderClassName
{
color: #F15EAC;
}
.AnyTagClassName
{
color: #F15EAC;
}
</style>
background-color css
<style>
a { background-color: #F15EAC; }
a { background-color: rgb(241,94,172); }
div.DivClassName
{
background-color: #F15EAC;
}
.BgClassName
{
background-color: #F15EAC;
}
</style>
border-color css
<style>
span { border-color: #F15EAC; }
span { border-color: rgb(241,94,172); }
td.TdClassName
{
border-color: #F15EAC;
}
.TagClassName
{
border-color: #F15EAC;
}
</style>