Shades of Pale Magenta #F191E6
Tints of Pale Magenta #F191E6
RGB
CMYK
RGB Variations
Color information
#F191E6 (or 0xF191E6) is known color: Pale Magenta. HEX triplet: F1, 91 and E6. RGB value is (241,145,230). Sum of RGB (Red+Green+Blue) = 241+145+230=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F191E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191E6 is #0E6E19. Grayscale: #B7B7B7. Windows color (decimal): -945690 or 15110641. OLE color: 15110641.
HSL color Cylindrical-coordinate representation of color #F191E6: hue angle of 306.88º 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 #F191E6 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 230 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.05 |
| HSL | 306.88º | 0.77% | 0.76% | - |
| HSV(B) | 306.88º | 0.4% | 0.95% | - |
| XYZ | 60.68 | 44.66 | 80.29 | - |
| YUV | 183.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 230 | 0 | 0.40 | 0.05 | 0.05 | 306.88 | 0.77 | 0.76 |
| Hex | F1 | 91 | E6 | 0 | 28 | 5 | 5 | 133 | 4D | 4C |
| Octal | 361 | 221 | 346 | 0 | 50 | 5 | 5 | 463 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11100110 | 0 | 101000 | 101 | 101 | 100110011 | 1001101 | 1001100 |
Color Harmonies of #F191E6
Complementary color
Monochromatic Colors of #F191E6
Black with #F191E6
Text Example
Text Example
White with #F191E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191E6; }
p { color: rgb(241,145,230); }
H1.HeaderClassName
{
color: #F191E6;
}
.AnyTagClassName
{
color: #F191E6;
}
</style>
background-color css
<style>
a { background-color: #F191E6; }
a { background-color: rgb(241,145,230); }
div.DivClassName
{
background-color: #F191E6;
}
.BgClassName
{
background-color: #F191E6;
}
</style>
border-color css
<style>
span { border-color: #F191E6; }
span { border-color: rgb(241,145,230); }
td.TdClassName
{
border-color: #F191E6;
}
.TagClassName
{
border-color: #F191E6;
}
</style>