Shades of Pale Magenta #F17FE0
Tints of Pale Magenta #F17FE0
RGB
CMYK
RGB Variations
Color information
#F17FE0 (or 0xF17FE0) is known color: Pale Magenta. HEX triplet: F1, 7F and E0. RGB value is (241,127,224). Sum of RGB (Red+Green+Blue) = 241+127+224=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FE0 is #0E801F. Grayscale: #ABABAB. Windows color (decimal): -950304 or 14712817. OLE color: 14712817.
HSL color Cylindrical-coordinate representation of color #F17FE0: hue angle of 308.95º 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 #F17FE0 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 224 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.05 |
| HSL | 308.95º | 0.8% | 0.72% | - |
| HSV(B) | 308.95º | 0.47% | 0.95% | - |
| XYZ | 57.32 | 39.26 | 75.08 | - |
| YUV | 172.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 224 | 0 | 0.47 | 0.07 | 0.05 | 308.95 | 0.8 | 0.72 |
| Hex | F1 | 7F | E0 | 0 | 2F | 7 | 5 | 135 | 50 | 48 |
| Octal | 361 | 177 | 340 | 0 | 57 | 7 | 5 | 465 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11100000 | 0 | 101111 | 111 | 101 | 100110101 | 1010000 | 1001000 |
Color Harmonies of #F17FE0
Complementary color
Monochromatic Colors of #F17FE0
Black with #F17FE0
Text Example
Text Example
White with #F17FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FE0; }
p { color: rgb(241,127,224); }
H1.HeaderClassName
{
color: #F17FE0;
}
.AnyTagClassName
{
color: #F17FE0;
}
</style>
background-color css
<style>
a { background-color: #F17FE0; }
a { background-color: rgb(241,127,224); }
div.DivClassName
{
background-color: #F17FE0;
}
.BgClassName
{
background-color: #F17FE0;
}
</style>
border-color css
<style>
span { border-color: #F17FE0; }
span { border-color: rgb(241,127,224); }
td.TdClassName
{
border-color: #F17FE0;
}
.TagClassName
{
border-color: #F17FE0;
}
</style>