Shades of Pale Magenta #F191E8
Tints of Pale Magenta #F191E8
RGB
CMYK
RGB Variations
Color information
#F191E8 (or 0xF191E8) is known color: Pale Magenta. HEX triplet: F1, 91 and E8. RGB value is (241,145,232). Sum of RGB (Red+Green+Blue) = 241+145+232=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F191E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191E8 is #0E6E17. Grayscale: #B7B7B7. Windows color (decimal): -945688 or 15241713. OLE color: 15241713.
HSL color Cylindrical-coordinate representation of color #F191E8: hue angle of 305.62º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191E8 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 232 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.05 |
| HSL | 305.63º | 0.77% | 0.76% | - |
| HSV(B) | 305.63º | 0.4% | 0.95% | - |
| XYZ | 60.97 | 44.78 | 81.77 | - |
| YUV | 183.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 232 | 0 | 0.40 | 0.04 | 0.05 | 305.63 | 0.77 | 0.76 |
| Hex | F1 | 91 | E8 | 0 | 28 | 4 | 5 | 132 | 4D | 4C |
| Octal | 361 | 221 | 350 | 0 | 50 | 4 | 5 | 462 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11101000 | 0 | 101000 | 100 | 101 | 100110010 | 1001101 | 1001100 |
Color Harmonies of #F191E8
Complementary color
Monochromatic Colors of #F191E8
Black with #F191E8
Text Example
Text Example
White with #F191E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191E8; }
p { color: rgb(241,145,232); }
H1.HeaderClassName
{
color: #F191E8;
}
.AnyTagClassName
{
color: #F191E8;
}
</style>
background-color css
<style>
a { background-color: #F191E8; }
a { background-color: rgb(241,145,232); }
div.DivClassName
{
background-color: #F191E8;
}
.BgClassName
{
background-color: #F191E8;
}
</style>
border-color css
<style>
span { border-color: #F191E8; }
span { border-color: rgb(241,145,232); }
td.TdClassName
{
border-color: #F191E8;
}
.TagClassName
{
border-color: #F191E8;
}
</style>