Shades of Pale Magenta #F093E2
Tints of Pale Magenta #F093E2
RGB
CMYK
RGB Variations
Color information
#F093E2 (or 0xF093E2) is known color: Pale Magenta. HEX triplet: F0, 93 and E2. RGB value is (240,147,226). Sum of RGB (Red+Green+Blue) = 240+147+226=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F093E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093E2 is #0F6C1D. Grayscale: #B7B7B7. Windows color (decimal): -1010718 or 14849008. OLE color: 14849008.
HSL color Cylindrical-coordinate representation of color #F093E2: hue angle of 309.03º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093E2 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 226 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.06 |
| HSL | 309.03º | 0.76% | 0.76% | - |
| HSV(B) | 309.03º | 0.39% | 0.94% | - |
| XYZ | 60.1 | 44.88 | 77.45 | - |
| YUV | 183.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 226 | 0 | 0.39 | 0.06 | 0.06 | 309.03 | 0.76 | 0.76 |
| Hex | F0 | 93 | E2 | 0 | 27 | 6 | 6 | 135 | 4C | 4C |
| Octal | 360 | 223 | 342 | 0 | 47 | 6 | 6 | 465 | 114 | 114 |
| Binary | 11110000 | 10010011 | 11100010 | 0 | 100111 | 110 | 110 | 100110101 | 1001100 | 1001100 |
Color Harmonies of #F093E2
Complementary color
Monochromatic Colors of #F093E2
Black with #F093E2
Text Example
Text Example
White with #F093E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093E2; }
p { color: rgb(240,147,226); }
H1.HeaderClassName
{
color: #F093E2;
}
.AnyTagClassName
{
color: #F093E2;
}
</style>
background-color css
<style>
a { background-color: #F093E2; }
a { background-color: rgb(240,147,226); }
div.DivClassName
{
background-color: #F093E2;
}
.BgClassName
{
background-color: #F093E2;
}
</style>
border-color css
<style>
span { border-color: #F093E2; }
span { border-color: rgb(240,147,226); }
td.TdClassName
{
border-color: #F093E2;
}
.TagClassName
{
border-color: #F093E2;
}
</style>