Shades of Pale Magenta #F091E2
Tints of Pale Magenta #F091E2
RGB
CMYK
RGB Variations
Color information
#F091E2 (or 0xF091E2) is known color: Pale Magenta. HEX triplet: F0, 91 and E2. RGB value is (240,145,226). Sum of RGB (Red+Green+Blue) = 240+145+226=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 145 (57.03% from 255 or 23.73% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F091E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091E2 is #0F6E1D. Grayscale: #B6B6B6. Windows color (decimal): -1011230 or 14848496. OLE color: 14848496.
HSL color Cylindrical-coordinate representation of color #F091E2: hue angle of 308.84º 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 #F091E2 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 226 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.06 |
| HSL | 308.84º | 0.76% | 0.75% | - |
| HSV(B) | 308.84º | 0.4% | 0.94% | - |
| XYZ | 59.79 | 44.27 | 77.34 | - |
| YUV | 182.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 226 | 0 | 0.40 | 0.06 | 0.06 | 308.84 | 0.76 | 0.75 |
| Hex | F0 | 91 | E2 | 0 | 28 | 6 | 6 | 135 | 4C | 4B |
| Octal | 360 | 221 | 342 | 0 | 50 | 6 | 6 | 465 | 114 | 113 |
| Binary | 11110000 | 10010001 | 11100010 | 0 | 101000 | 110 | 110 | 100110101 | 1001100 | 1001011 |
Color Harmonies of #F091E2
Complementary color
Monochromatic Colors of #F091E2
Black with #F091E2
Text Example
Text Example
White with #F091E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091E2; }
p { color: rgb(240,145,226); }
H1.HeaderClassName
{
color: #F091E2;
}
.AnyTagClassName
{
color: #F091E2;
}
</style>
background-color css
<style>
a { background-color: #F091E2; }
a { background-color: rgb(240,145,226); }
div.DivClassName
{
background-color: #F091E2;
}
.BgClassName
{
background-color: #F091E2;
}
</style>
border-color css
<style>
span { border-color: #F091E2; }
span { border-color: rgb(240,145,226); }
td.TdClassName
{
border-color: #F091E2;
}
.TagClassName
{
border-color: #F091E2;
}
</style>