Shades of Pale Magenta #F17FE1
Tints of Pale Magenta #F17FE1
RGB
CMYK
RGB Variations
Color information
#F17FE1 (or 0xF17FE1) is known color: Pale Magenta. HEX triplet: F1, 7F and E1. RGB value is (241,127,225). Sum of RGB (Red+Green+Blue) = 241+127+225=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FE1 is #0E801E. Grayscale: #ABABAB. Windows color (decimal): -950303 or 14778353. OLE color: 14778353.
HSL color Cylindrical-coordinate representation of color #F17FE1: hue angle of 308.42º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FE1 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 225 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.05 |
| HSL | 308.42º | 0.8% | 0.72% | - |
| HSV(B) | 308.42º | 0.47% | 0.95% | - |
| XYZ | 57.46 | 39.32 | 75.79 | - |
| YUV | 172.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 225 | 0 | 0.47 | 0.07 | 0.05 | 308.42 | 0.8 | 0.72 |
| Hex | F1 | 7F | E1 | 0 | 2F | 7 | 5 | 134 | 50 | 48 |
| Octal | 361 | 177 | 341 | 0 | 57 | 7 | 5 | 464 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11100001 | 0 | 101111 | 111 | 101 | 100110100 | 1010000 | 1001000 |
Color Harmonies of #F17FE1
Complementary color
Monochromatic Colors of #F17FE1
Black with #F17FE1
Text Example
Text Example
White with #F17FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FE1; }
p { color: rgb(241,127,225); }
H1.HeaderClassName
{
color: #F17FE1;
}
.AnyTagClassName
{
color: #F17FE1;
}
</style>
background-color css
<style>
a { background-color: #F17FE1; }
a { background-color: rgb(241,127,225); }
div.DivClassName
{
background-color: #F17FE1;
}
.BgClassName
{
background-color: #F17FE1;
}
</style>
border-color css
<style>
span { border-color: #F17FE1; }
span { border-color: rgb(241,127,225); }
td.TdClassName
{
border-color: #F17FE1;
}
.TagClassName
{
border-color: #F17FE1;
}
</style>