Shades of Pale Magenta #F17FE6
Tints of Pale Magenta #F17FE6
RGB
CMYK
RGB Variations
Color information
#F17FE6 (or 0xF17FE6) is known color: Pale Magenta. HEX triplet: F1, 7F and E6. RGB value is (241,127,230). Sum of RGB (Red+Green+Blue) = 241+127+230=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FE6 is #0E8019. Grayscale: #ACACAC. Windows color (decimal): -950298 or 15106033. OLE color: 15106033.
HSL color Cylindrical-coordinate representation of color #F17FE6: hue angle of 305.79º 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 #F17FE6 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 230 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.05 |
| HSL | 305.79º | 0.8% | 0.72% | - |
| HSV(B) | 305.79º | 0.47% | 0.95% | - |
| XYZ | 58.15 | 39.59 | 79.44 | - |
| YUV | 172.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 230 | 0 | 0.47 | 0.05 | 0.05 | 305.79 | 0.8 | 0.72 |
| Hex | F1 | 7F | E6 | 0 | 2F | 5 | 5 | 132 | 50 | 48 |
| Octal | 361 | 177 | 346 | 0 | 57 | 5 | 5 | 462 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11100110 | 0 | 101111 | 101 | 101 | 100110010 | 1010000 | 1001000 |
Color Harmonies of #F17FE6
Complementary color
Monochromatic Colors of #F17FE6
Black with #F17FE6
Text Example
Text Example
White with #F17FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FE6; }
p { color: rgb(241,127,230); }
H1.HeaderClassName
{
color: #F17FE6;
}
.AnyTagClassName
{
color: #F17FE6;
}
</style>
background-color css
<style>
a { background-color: #F17FE6; }
a { background-color: rgb(241,127,230); }
div.DivClassName
{
background-color: #F17FE6;
}
.BgClassName
{
background-color: #F17FE6;
}
</style>
border-color css
<style>
span { border-color: #F17FE6; }
span { border-color: rgb(241,127,230); }
td.TdClassName
{
border-color: #F17FE6;
}
.TagClassName
{
border-color: #F17FE6;
}
</style>