Shades of Pale Magenta #F083E2
Tints of Pale Magenta #F083E2
RGB
CMYK
RGB Variations
Color information
#F083E2 (or 0xF083E2) is known color: Pale Magenta. HEX triplet: F0, 83 and E2. RGB value is (240,131,226). Sum of RGB (Red+Green+Blue) = 240+131+226=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 131 (51.56% from 255 or 21.94% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F083E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083E2 is #0F7C1D. Grayscale: #AEAEAE. Windows color (decimal): -1014814 or 14844912. OLE color: 14844912.
HSL color Cylindrical-coordinate representation of color #F083E2: hue angle of 307.71º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F083E2 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 226 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.06 |
| HSL | 307.71º | 0.78% | 0.73% | - |
| HSV(B) | 307.71º | 0.45% | 0.94% | - |
| XYZ | 57.78 | 40.25 | 76.68 | - |
| YUV | 174.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 226 | 0 | 0.45 | 0.06 | 0.06 | 307.71 | 0.78 | 0.73 |
| Hex | F0 | 83 | E2 | 0 | 2D | 6 | 6 | 134 | 4E | 49 |
| Octal | 360 | 203 | 342 | 0 | 55 | 6 | 6 | 464 | 116 | 111 |
| Binary | 11110000 | 10000011 | 11100010 | 0 | 101101 | 110 | 110 | 100110100 | 1001110 | 1001001 |
Color Harmonies of #F083E2
Complementary color
Monochromatic Colors of #F083E2
Black with #F083E2
Text Example
Text Example
White with #F083E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F083E2; }
p { color: rgb(240,131,226); }
H1.HeaderClassName
{
color: #F083E2;
}
.AnyTagClassName
{
color: #F083E2;
}
</style>
background-color css
<style>
a { background-color: #F083E2; }
a { background-color: rgb(240,131,226); }
div.DivClassName
{
background-color: #F083E2;
}
.BgClassName
{
background-color: #F083E2;
}
</style>
border-color css
<style>
span { border-color: #F083E2; }
span { border-color: rgb(240,131,226); }
td.TdClassName
{
border-color: #F083E2;
}
.TagClassName
{
border-color: #F083E2;
}
</style>