Shades of Pale Magenta #F17EE0
Tints of Pale Magenta #F17EE0
RGB
CMYK
RGB Variations
Color information
#F17EE0 (or 0xF17EE0) is known color: Pale Magenta. HEX triplet: F1, 7E and E0. RGB value is (241,126,224). Sum of RGB (Red+Green+Blue) = 241+126+224=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EE0 is #0E811F. Grayscale: #ABABAB. Windows color (decimal): -950560 or 14712561. OLE color: 14712561.
HSL color Cylindrical-coordinate representation of color #F17EE0: hue angle of 308.87º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17EE0 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 224 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.05 |
| HSL | 308.87º | 0.8% | 0.72% | - |
| HSV(B) | 308.87º | 0.48% | 0.95% | - |
| XYZ | 57.19 | 39 | 75.04 | - |
| YUV | 171.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 224 | 0 | 0.48 | 0.07 | 0.05 | 308.87 | 0.8 | 0.72 |
| Hex | F1 | 7E | E0 | 0 | 30 | 7 | 5 | 135 | 50 | 48 |
| Octal | 361 | 176 | 340 | 0 | 60 | 7 | 5 | 465 | 120 | 110 |
| Binary | 11110001 | 1111110 | 11100000 | 0 | 110000 | 111 | 101 | 100110101 | 1010000 | 1001000 |
Color Harmonies of #F17EE0
Complementary color
Monochromatic Colors of #F17EE0
Black with #F17EE0
Text Example
Text Example
White with #F17EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17EE0; }
p { color: rgb(241,126,224); }
H1.HeaderClassName
{
color: #F17EE0;
}
.AnyTagClassName
{
color: #F17EE0;
}
</style>
background-color css
<style>
a { background-color: #F17EE0; }
a { background-color: rgb(241,126,224); }
div.DivClassName
{
background-color: #F17EE0;
}
.BgClassName
{
background-color: #F17EE0;
}
</style>
border-color css
<style>
span { border-color: #F17EE0; }
span { border-color: rgb(241,126,224); }
td.TdClassName
{
border-color: #F17EE0;
}
.TagClassName
{
border-color: #F17EE0;
}
</style>