Shades of Pale Magenta #F093E6
Tints of Pale Magenta #F093E6
RGB
CMYK
RGB Variations
Color information
#F093E6 (or 0xF093E6) is known color: Pale Magenta. HEX triplet: F0, 93 and E6. RGB value is (240,147,230). Sum of RGB (Red+Green+Blue) = 240+147+230=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F093E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F093E6 is #0F6C19. Grayscale: #B8B8B8. Windows color (decimal): -1010714 or 15111152. OLE color: 15111152.
HSL color Cylindrical-coordinate representation of color #F093E6: hue angle of 306.45º 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 #F093E6 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 230 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.06 |
| HSL | 306.45º | 0.76% | 0.76% | - |
| HSV(B) | 306.45º | 0.39% | 0.94% | - |
| XYZ | 60.65 | 45.11 | 80.37 | - |
| YUV | 184.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 230 | 0 | 0.39 | 0.04 | 0.06 | 306.45 | 0.76 | 0.76 |
| Hex | F0 | 93 | E6 | 0 | 27 | 4 | 6 | 132 | 4C | 4C |
| Octal | 360 | 223 | 346 | 0 | 47 | 4 | 6 | 462 | 114 | 114 |
| Binary | 11110000 | 10010011 | 11100110 | 0 | 100111 | 100 | 110 | 100110010 | 1001100 | 1001100 |
Color Harmonies of #F093E6
Complementary color
Monochromatic Colors of #F093E6
Black with #F093E6
Text Example
Text Example
White with #F093E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093E6; }
p { color: rgb(240,147,230); }
H1.HeaderClassName
{
color: #F093E6;
}
.AnyTagClassName
{
color: #F093E6;
}
</style>
background-color css
<style>
a { background-color: #F093E6; }
a { background-color: rgb(240,147,230); }
div.DivClassName
{
background-color: #F093E6;
}
.BgClassName
{
background-color: #F093E6;
}
</style>
border-color css
<style>
span { border-color: #F093E6; }
span { border-color: rgb(240,147,230); }
td.TdClassName
{
border-color: #F093E6;
}
.TagClassName
{
border-color: #F093E6;
}
</style>