Shades of Pale Magenta #F17EDD
Tints of Pale Magenta #F17EDD
RGB
CMYK
RGB Variations
Color information
#F17EDD (or 0xF17EDD) is known color: Pale Magenta. HEX triplet: F1, 7E and DD. RGB value is (241,126,221). Sum of RGB (Red+Green+Blue) = 241+126+221=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EDD is #0E8122. Grayscale: #AAAAAA. Windows color (decimal): -950563 or 14515953. OLE color: 14515953.
HSL color Cylindrical-coordinate representation of color #F17EDD: hue angle of 310.43º 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 #F17EDD is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 221 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.05 |
| HSL | 310.43º | 0.8% | 0.72% | - |
| HSV(B) | 310.43º | 0.48% | 0.95% | - |
| XYZ | 56.79 | 38.84 | 72.91 | - |
| YUV | 171.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 221 | 0 | 0.48 | 0.08 | 0.05 | 310.43 | 0.8 | 0.72 |
| Hex | F1 | 7E | DD | 0 | 30 | 8 | 5 | 136 | 50 | 48 |
| Octal | 361 | 176 | 335 | 0 | 60 | 10 | 5 | 466 | 120 | 110 |
| Binary | 11110001 | 1111110 | 11011101 | 0 | 110000 | 1000 | 101 | 100110110 | 1010000 | 1001000 |
Color Harmonies of #F17EDD
Complementary color
Monochromatic Colors of #F17EDD
Black with #F17EDD
Text Example
Text Example
White with #F17EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17EDD; }
p { color: rgb(241,126,221); }
H1.HeaderClassName
{
color: #F17EDD;
}
.AnyTagClassName
{
color: #F17EDD;
}
</style>
background-color css
<style>
a { background-color: #F17EDD; }
a { background-color: rgb(241,126,221); }
div.DivClassName
{
background-color: #F17EDD;
}
.BgClassName
{
background-color: #F17EDD;
}
</style>
border-color css
<style>
span { border-color: #F17EDD; }
span { border-color: rgb(241,126,221); }
td.TdClassName
{
border-color: #F17EDD;
}
.TagClassName
{
border-color: #F17EDD;
}
</style>