Shades of Pale Magenta #F16DE3
Tints of Pale Magenta #F16DE3
RGB
CMYK
RGB Variations
Color information
#F16DE3 (or 0xF16DE3) is known color: Pale Magenta. HEX triplet: F1, 6D and E3. RGB value is (241,109,227). Sum of RGB (Red+Green+Blue) = 241+109+227=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 109 (42.97% from 255 or 18.89% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DE3 is #0E921C. Grayscale: #A1A1A1. Windows color (decimal): -954909 or 14904817. OLE color: 14904817.
HSL color Cylindrical-coordinate representation of color #F16DE3: hue angle of 306.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DE3 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 227 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.05 |
| HSL | 306.36º | 0.83% | 0.69% | - |
| HSV(B) | 306.36º | 0.55% | 0.95% | - |
| XYZ | 55.61 | 35.18 | 76.53 | - |
| YUV | 161.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 227 | 0 | 0.55 | 0.06 | 0.05 | 306.36 | 0.83 | 0.69 |
| Hex | F1 | 6D | E3 | 0 | 37 | 6 | 5 | 132 | 52 | 45 |
| Octal | 361 | 155 | 343 | 0 | 67 | 6 | 5 | 462 | 122 | 105 |
| Binary | 11110001 | 1101101 | 11100011 | 0 | 110111 | 110 | 101 | 100110010 | 1010010 | 1000101 |
Color Harmonies of #F16DE3
Complementary color
Monochromatic Colors of #F16DE3
Black with #F16DE3
Text Example
Text Example
White with #F16DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DE3; }
p { color: rgb(241,109,227); }
H1.HeaderClassName
{
color: #F16DE3;
}
.AnyTagClassName
{
color: #F16DE3;
}
</style>
background-color css
<style>
a { background-color: #F16DE3; }
a { background-color: rgb(241,109,227); }
div.DivClassName
{
background-color: #F16DE3;
}
.BgClassName
{
background-color: #F16DE3;
}
</style>
border-color css
<style>
span { border-color: #F16DE3; }
span { border-color: rgb(241,109,227); }
td.TdClassName
{
border-color: #F16DE3;
}
.TagClassName
{
border-color: #F16DE3;
}
</style>