Shades of Pale Magenta #F181E6
Tints of Pale Magenta #F181E6
RGB
CMYK
RGB Variations
Color information
#F181E6 (or 0xF181E6) is known color: Pale Magenta. HEX triplet: F1, 81 and E6. RGB value is (241,129,230). Sum of RGB (Red+Green+Blue) = 241+129+230=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F181E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181E6 is #0E7E19. Grayscale: #ADADAD. Windows color (decimal): -949786 or 15106545. OLE color: 15106545.
HSL color Cylindrical-coordinate representation of color #F181E6: hue angle of 305.89º 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 #F181E6 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 230 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.05 |
| HSL | 305.89º | 0.8% | 0.73% | - |
| HSV(B) | 305.89º | 0.46% | 0.95% | - |
| XYZ | 58.41 | 40.11 | 79.53 | - |
| YUV | 174 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 230 | 0 | 0.46 | 0.05 | 0.05 | 305.89 | 0.8 | 0.73 |
| Hex | F1 | 81 | E6 | 0 | 2E | 5 | 5 | 132 | 50 | 49 |
| Octal | 361 | 201 | 346 | 0 | 56 | 5 | 5 | 462 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11100110 | 0 | 101110 | 101 | 101 | 100110010 | 1010000 | 1001001 |
Color Harmonies of #F181E6
Complementary color
Monochromatic Colors of #F181E6
Black with #F181E6
Text Example
Text Example
White with #F181E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181E6; }
p { color: rgb(241,129,230); }
H1.HeaderClassName
{
color: #F181E6;
}
.AnyTagClassName
{
color: #F181E6;
}
</style>
background-color css
<style>
a { background-color: #F181E6; }
a { background-color: rgb(241,129,230); }
div.DivClassName
{
background-color: #F181E6;
}
.BgClassName
{
background-color: #F181E6;
}
</style>
border-color css
<style>
span { border-color: #F181E6; }
span { border-color: rgb(241,129,230); }
td.TdClassName
{
border-color: #F181E6;
}
.TagClassName
{
border-color: #F181E6;
}
</style>