Shades of Pale Magenta #F16EE1
Tints of Pale Magenta #F16EE1
RGB
CMYK
RGB Variations
Color information
#F16EE1 (or 0xF16EE1) is known color: Pale Magenta. HEX triplet: F1, 6E and E1. RGB value is (241,110,225). Sum of RGB (Red+Green+Blue) = 241+110+225=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 110 (43.36% from 255 or 19.10% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EE1 is #0E911E. Grayscale: #A1A1A1. Windows color (decimal): -954655 or 14774001. OLE color: 14774001.
HSL color Cylindrical-coordinate representation of color #F16EE1: hue angle of 307.33º 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 #F16EE1 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 225 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.05 |
| HSL | 307.33º | 0.82% | 0.69% | - |
| HSV(B) | 307.33º | 0.54% | 0.95% | - |
| XYZ | 55.44 | 35.29 | 75.12 | - |
| YUV | 162.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 225 | 0 | 0.54 | 0.07 | 0.05 | 307.33 | 0.82 | 0.69 |
| Hex | F1 | 6E | E1 | 0 | 36 | 7 | 5 | 133 | 52 | 45 |
| Octal | 361 | 156 | 341 | 0 | 66 | 7 | 5 | 463 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11100001 | 0 | 110110 | 111 | 101 | 100110011 | 1010010 | 1000101 |
Color Harmonies of #F16EE1
Complementary color
Monochromatic Colors of #F16EE1
Black with #F16EE1
Text Example
Text Example
White with #F16EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EE1; }
p { color: rgb(241,110,225); }
H1.HeaderClassName
{
color: #F16EE1;
}
.AnyTagClassName
{
color: #F16EE1;
}
</style>
background-color css
<style>
a { background-color: #F16EE1; }
a { background-color: rgb(241,110,225); }
div.DivClassName
{
background-color: #F16EE1;
}
.BgClassName
{
background-color: #F16EE1;
}
</style>
border-color css
<style>
span { border-color: #F16EE1; }
span { border-color: rgb(241,110,225); }
td.TdClassName
{
border-color: #F16EE1;
}
.TagClassName
{
border-color: #F16EE1;
}
</style>