Shades of Pale Magenta #F17CE6
Tints of Pale Magenta #F17CE6
RGB
CMYK
RGB Variations
Color information
#F17CE6 (or 0xF17CE6) is known color: Pale Magenta. HEX triplet: F1, 7C and E6. RGB value is (241,124,230). Sum of RGB (Red+Green+Blue) = 241+124+230=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17CE6 is #0E8319. Grayscale: #AAAAAA. Windows color (decimal): -951066 or 15105265. OLE color: 15105265.
HSL color Cylindrical-coordinate representation of color #F17CE6: hue angle of 305.64º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17CE6 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 230 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.05 |
| HSL | 305.64º | 0.81% | 0.72% | - |
| HSV(B) | 305.64º | 0.49% | 0.95% | - |
| XYZ | 57.77 | 38.83 | 79.31 | - |
| YUV | 171.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 230 | 0 | 0.49 | 0.05 | 0.05 | 305.64 | 0.81 | 0.72 |
| Hex | F1 | 7C | E6 | 0 | 31 | 5 | 5 | 132 | 51 | 48 |
| Octal | 361 | 174 | 346 | 0 | 61 | 5 | 5 | 462 | 121 | 110 |
| Binary | 11110001 | 1111100 | 11100110 | 0 | 110001 | 101 | 101 | 100110010 | 1010001 | 1001000 |
Color Harmonies of #F17CE6
Complementary color
Monochromatic Colors of #F17CE6
Black with #F17CE6
Text Example
Text Example
White with #F17CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17CE6; }
p { color: rgb(241,124,230); }
H1.HeaderClassName
{
color: #F17CE6;
}
.AnyTagClassName
{
color: #F17CE6;
}
</style>
background-color css
<style>
a { background-color: #F17CE6; }
a { background-color: rgb(241,124,230); }
div.DivClassName
{
background-color: #F17CE6;
}
.BgClassName
{
background-color: #F17CE6;
}
</style>
border-color css
<style>
span { border-color: #F17CE6; }
span { border-color: rgb(241,124,230); }
td.TdClassName
{
border-color: #F17CE6;
}
.TagClassName
{
border-color: #F17CE6;
}
</style>