Shades of Pale Magenta #F081E2
Tints of Pale Magenta #F081E2
RGB
CMYK
RGB Variations
Color information
#F081E2 (or 0xF081E2) is known color: Pale Magenta. HEX triplet: F0, 81 and E2. RGB value is (240,129,226). Sum of RGB (Red+Green+Blue) = 240+129+226=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F081E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081E2 is #0F7E1D. Grayscale: #ACACAC. Windows color (decimal): -1015326 or 14844400. OLE color: 14844400.
HSL color Cylindrical-coordinate representation of color #F081E2: hue angle of 307.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081E2 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 226 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.06 |
| HSL | 307.57º | 0.79% | 0.72% | - |
| HSV(B) | 307.57º | 0.46% | 0.94% | - |
| XYZ | 57.51 | 39.72 | 76.59 | - |
| YUV | 173.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 226 | 0 | 0.46 | 0.06 | 0.06 | 307.57 | 0.79 | 0.72 |
| Hex | F0 | 81 | E2 | 0 | 2E | 6 | 6 | 134 | 4F | 48 |
| Octal | 360 | 201 | 342 | 0 | 56 | 6 | 6 | 464 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11100010 | 0 | 101110 | 110 | 110 | 100110100 | 1001111 | 1001000 |
Color Harmonies of #F081E2
Complementary color
Monochromatic Colors of #F081E2
Black with #F081E2
Text Example
Text Example
White with #F081E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081E2; }
p { color: rgb(240,129,226); }
H1.HeaderClassName
{
color: #F081E2;
}
.AnyTagClassName
{
color: #F081E2;
}
</style>
background-color css
<style>
a { background-color: #F081E2; }
a { background-color: rgb(240,129,226); }
div.DivClassName
{
background-color: #F081E2;
}
.BgClassName
{
background-color: #F081E2;
}
</style>
border-color css
<style>
span { border-color: #F081E2; }
span { border-color: rgb(240,129,226); }
td.TdClassName
{
border-color: #F081E2;
}
.TagClassName
{
border-color: #F081E2;
}
</style>