Shades of Pale Magenta #F091E1
Tints of Pale Magenta #F091E1
RGB
CMYK
RGB Variations
Color information
#F091E1 (or 0xF091E1) is known color: Pale Magenta. HEX triplet: F0, 91 and E1. RGB value is (240,145,225). Sum of RGB (Red+Green+Blue) = 240+145+225=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F091E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091E1 is #0F6E1E. Grayscale: #B6B6B6. Windows color (decimal): -1011231 or 14782960. OLE color: 14782960.
HSL color Cylindrical-coordinate representation of color #F091E1: hue angle of 309.47º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091E1 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 225 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.06 |
| HSL | 309.47º | 0.76% | 0.75% | - |
| HSV(B) | 309.47º | 0.4% | 0.94% | - |
| XYZ | 59.65 | 44.21 | 76.62 | - |
| YUV | 182.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 225 | 0 | 0.40 | 0.06 | 0.06 | 309.47 | 0.76 | 0.75 |
| Hex | F0 | 91 | E1 | 0 | 28 | 6 | 6 | 135 | 4C | 4B |
| Octal | 360 | 221 | 341 | 0 | 50 | 6 | 6 | 465 | 114 | 113 |
| Binary | 11110000 | 10010001 | 11100001 | 0 | 101000 | 110 | 110 | 100110101 | 1001100 | 1001011 |
Color Harmonies of #F091E1
Complementary color
Monochromatic Colors of #F091E1
Black with #F091E1
Text Example
Text Example
White with #F091E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091E1; }
p { color: rgb(240,145,225); }
H1.HeaderClassName
{
color: #F091E1;
}
.AnyTagClassName
{
color: #F091E1;
}
</style>
background-color css
<style>
a { background-color: #F091E1; }
a { background-color: rgb(240,145,225); }
div.DivClassName
{
background-color: #F091E1;
}
.BgClassName
{
background-color: #F091E1;
}
</style>
border-color css
<style>
span { border-color: #F091E1; }
span { border-color: rgb(240,145,225); }
td.TdClassName
{
border-color: #F091E1;
}
.TagClassName
{
border-color: #F091E1;
}
</style>