Shades of Pale Magenta #F181E5
Tints of Pale Magenta #F181E5
RGB
CMYK
RGB Variations
Color information
#F181E5 (or 0xF181E5) is known color: Pale Magenta. HEX triplet: F1, 81 and E5. RGB value is (241,129,229). Sum of RGB (Red+Green+Blue) = 241+129+229=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F181E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181E5 is #0E7E1A. Grayscale: #ADADAD. Windows color (decimal): -949787 or 15041009. OLE color: 15041009.
HSL color Cylindrical-coordinate representation of color #F181E5: hue angle of 306.43º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F181E5 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 229 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.05 |
| HSL | 306.43º | 0.8% | 0.73% | - |
| HSV(B) | 306.43º | 0.46% | 0.95% | - |
| XYZ | 58.27 | 40.06 | 78.79 | - |
| YUV | 173.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 229 | 0 | 0.46 | 0.05 | 0.05 | 306.43 | 0.8 | 0.73 |
| Hex | F1 | 81 | E5 | 0 | 2E | 5 | 5 | 132 | 50 | 49 |
| Octal | 361 | 201 | 345 | 0 | 56 | 5 | 5 | 462 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11100101 | 0 | 101110 | 101 | 101 | 100110010 | 1010000 | 1001001 |
Color Harmonies of #F181E5
Complementary color
Monochromatic Colors of #F181E5
Black with #F181E5
Text Example
Text Example
White with #F181E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181E5; }
p { color: rgb(241,129,229); }
H1.HeaderClassName
{
color: #F181E5;
}
.AnyTagClassName
{
color: #F181E5;
}
</style>
background-color css
<style>
a { background-color: #F181E5; }
a { background-color: rgb(241,129,229); }
div.DivClassName
{
background-color: #F181E5;
}
.BgClassName
{
background-color: #F181E5;
}
</style>
border-color css
<style>
span { border-color: #F181E5; }
span { border-color: rgb(241,129,229); }
td.TdClassName
{
border-color: #F181E5;
}
.TagClassName
{
border-color: #F181E5;
}
</style>