Shades of Pale Magenta #F17DE5
Tints of Pale Magenta #F17DE5
RGB
CMYK
RGB Variations
Color information
#F17DE5 (or 0xF17DE5) is known color: Pale Magenta. HEX triplet: F1, 7D and E5. RGB value is (241,125,229). Sum of RGB (Red+Green+Blue) = 241+125+229=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DE5 is #0E821A. Grayscale: #ABABAB. Windows color (decimal): -950811 or 15039985. OLE color: 15039985.
HSL color Cylindrical-coordinate representation of color #F17DE5: hue angle of 306.21º degrees, saturation: 0.81, 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 #F17DE5 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 229 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.05 |
| HSL | 306.21º | 0.81% | 0.72% | - |
| HSV(B) | 306.21º | 0.48% | 0.95% | - |
| XYZ | 57.75 | 39.03 | 78.62 | - |
| YUV | 171.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 229 | 0 | 0.48 | 0.05 | 0.05 | 306.21 | 0.81 | 0.72 |
| Hex | F1 | 7D | E5 | 0 | 30 | 5 | 5 | 132 | 51 | 48 |
| Octal | 361 | 175 | 345 | 0 | 60 | 5 | 5 | 462 | 121 | 110 |
| Binary | 11110001 | 1111101 | 11100101 | 0 | 110000 | 101 | 101 | 100110010 | 1010001 | 1001000 |
Color Harmonies of #F17DE5
Complementary color
Monochromatic Colors of #F17DE5
Black with #F17DE5
Text Example
Text Example
White with #F17DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DE5; }
p { color: rgb(241,125,229); }
H1.HeaderClassName
{
color: #F17DE5;
}
.AnyTagClassName
{
color: #F17DE5;
}
</style>
background-color css
<style>
a { background-color: #F17DE5; }
a { background-color: rgb(241,125,229); }
div.DivClassName
{
background-color: #F17DE5;
}
.BgClassName
{
background-color: #F17DE5;
}
</style>
border-color css
<style>
span { border-color: #F17DE5; }
span { border-color: rgb(241,125,229); }
td.TdClassName
{
border-color: #F17DE5;
}
.TagClassName
{
border-color: #F17DE5;
}
</style>