Shades of Pale Magenta #F17ED2
Tints of Pale Magenta #F17ED2
RGB
CMYK
RGB Variations
Color information
#F17ED2 (or 0xF17ED2) is known color: Pale Magenta. HEX triplet: F1, 7E and D2. RGB value is (241,126,210). Sum of RGB (Red+Green+Blue) = 241+126+210=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ED2 is #0E812D. Grayscale: #A9A9A9. Windows color (decimal): -950574 or 13795057. OLE color: 13795057.
HSL color Cylindrical-coordinate representation of color #F17ED2: hue angle of 316.17º 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 #F17ED2 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 210 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.05 |
| HSL | 316.17º | 0.8% | 0.72% | - |
| HSV(B) | 316.17º | 0.48% | 0.95% | - |
| XYZ | 55.37 | 38.28 | 65.44 | - |
| YUV | 169.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 210 | 0 | 0.48 | 0.13 | 0.05 | 316.17 | 0.8 | 0.72 |
| Hex | F1 | 7E | D2 | 0 | 30 | D | 5 | 13C | 50 | 48 |
| Octal | 361 | 176 | 322 | 0 | 60 | 15 | 5 | 474 | 120 | 110 |
| Binary | 11110001 | 1111110 | 11010010 | 0 | 110000 | 1101 | 101 | 100111100 | 1010000 | 1001000 |
Color Harmonies of #F17ED2
Complementary color
Monochromatic Colors of #F17ED2
Black with #F17ED2
Text Example
Text Example
White with #F17ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17ED2; }
p { color: rgb(241,126,210); }
H1.HeaderClassName
{
color: #F17ED2;
}
.AnyTagClassName
{
color: #F17ED2;
}
</style>
background-color css
<style>
a { background-color: #F17ED2; }
a { background-color: rgb(241,126,210); }
div.DivClassName
{
background-color: #F17ED2;
}
.BgClassName
{
background-color: #F17ED2;
}
</style>
border-color css
<style>
span { border-color: #F17ED2; }
span { border-color: rgb(241,126,210); }
td.TdClassName
{
border-color: #F17ED2;
}
.TagClassName
{
border-color: #F17ED2;
}
</style>