Shades of Pale Magenta #F17CE3
Tints of Pale Magenta #F17CE3
RGB
CMYK
RGB Variations
Color information
#F17CE3 (or 0xF17CE3) is known color: Pale Magenta. HEX triplet: F1, 7C and E3. RGB value is (241,124,227). Sum of RGB (Red+Green+Blue) = 241+124+227=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CE3 is #0E831C. Grayscale: #AAAAAA. Windows color (decimal): -951069 or 14908657. OLE color: 14908657.
HSL color Cylindrical-coordinate representation of color #F17CE3: hue angle of 307.18º 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 #F17CE3 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 124 | 227 | - |
CMYK | 0 | 0.49 | 0.06 | 0.05 |
HSL | 307.18º | 0.81% | 0.72% | - |
HSV(B) | 307.18º | 0.49% | 0.95% | - |
XYZ | 57.35 | 38.66 | 77.11 | - |
YUV | 170.73 | 159.76 | 178.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 124 | 227 | 0 | 0.49 | 0.06 | 0.05 | 307.18 | 0.81 | 0.72 |
Hex | F1 | 7C | E3 | 0 | 31 | 6 | 5 | 133 | 51 | 48 |
Octal | 361 | 174 | 343 | 0 | 61 | 6 | 5 | 463 | 121 | 110 |
Binary | 11110001 | 1111100 | 11100011 | 0 | 110001 | 110 | 101 | 100110011 | 1010001 | 1001000 |
Color Harmonies of #F17CE3
Complementary color
Monochromatic Colors of #F17CE3
Black with #F17CE3
Text Example
Text Example
White with #F17CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17CE3; }
p { color: rgb(241,124,227); }
H1.HeaderClassName
{
color: #F17CE3;
}
.AnyTagClassName
{
color: #F17CE3;
}
</style>
background-color css
<style>
a { background-color: #F17CE3; }
a { background-color: rgb(241,124,227); }
div.DivClassName
{
background-color: #F17CE3;
}
.BgClassName
{
background-color: #F17CE3;
}
</style>
border-color css
<style>
span { border-color: #F17CE3; }
span { border-color: rgb(241,124,227); }
td.TdClassName
{
border-color: #F17CE3;
}
.TagClassName
{
border-color: #F17CE3;
}
</style>