Shades of Pale Magenta #F086E5
Tints of Pale Magenta #F086E5
RGB
CMYK
RGB Variations
Color information
#F086E5 (or 0xF086E5) is known color: Pale Magenta. HEX triplet: F0, 86 and E5. RGB value is (240,134,229). Sum of RGB (Red+Green+Blue) = 240+134+229=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F086E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086E5 is #0F791A. Grayscale: #B0B0B0. Windows color (decimal): -1014043 or 15042288. OLE color: 15042288.
HSL color Cylindrical-coordinate representation of color #F086E5: hue angle of 306.23º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086E5 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 229 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.06 |
| HSL | 306.23º | 0.78% | 0.73% | - |
| HSV(B) | 306.23º | 0.44% | 0.94% | - |
| XYZ | 58.6 | 41.23 | 79 | - |
| YUV | 176.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 229 | 0 | 0.44 | 0.05 | 0.06 | 306.23 | 0.78 | 0.73 |
| Hex | F0 | 86 | E5 | 0 | 2C | 5 | 6 | 132 | 4E | 49 |
| Octal | 360 | 206 | 345 | 0 | 54 | 5 | 6 | 462 | 116 | 111 |
| Binary | 11110000 | 10000110 | 11100101 | 0 | 101100 | 101 | 110 | 100110010 | 1001110 | 1001001 |
Color Harmonies of #F086E5
Complementary color
Monochromatic Colors of #F086E5
Black with #F086E5
Text Example
Text Example
White with #F086E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086E5; }
p { color: rgb(240,134,229); }
H1.HeaderClassName
{
color: #F086E5;
}
.AnyTagClassName
{
color: #F086E5;
}
</style>
background-color css
<style>
a { background-color: #F086E5; }
a { background-color: rgb(240,134,229); }
div.DivClassName
{
background-color: #F086E5;
}
.BgClassName
{
background-color: #F086E5;
}
</style>
border-color css
<style>
span { border-color: #F086E5; }
span { border-color: rgb(240,134,229); }
td.TdClassName
{
border-color: #F086E5;
}
.TagClassName
{
border-color: #F086E5;
}
</style>