Shades of Pale Magenta #F793ED
Tints of Pale Magenta #F793ED
RGB
CMYK
RGB Variations
Color information
#F793ED (or 0xF793ED) is known color: Pale Magenta. HEX triplet: F7, 93 and ED. RGB value is (247,147,237). Sum of RGB (Red+Green+Blue) = 247+147+237=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F793ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F793ED is #086C12. Grayscale: #BABABA. Windows color (decimal): -551955 or 15569911. OLE color: 15569911.
HSL color Cylindrical-coordinate representation of color #F793ED: hue angle of 306º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F793ED is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 147 | 237 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.03 |
| HSL | 306º | 0.86% | 0.77% | - |
| HSV(B) | 306º | 0.4% | 0.97% | - |
| XYZ | 64.08 | 46.76 | 85.77 | - |
| YUV | 187.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 147 | 237 | 0 | 0.40 | 0.04 | 0.03 | 306 | 0.86 | 0.77 |
| Hex | F7 | 93 | ED | 0 | 28 | 4 | 3 | 132 | 56 | 4D |
| Octal | 367 | 223 | 355 | 0 | 50 | 4 | 3 | 462 | 126 | 115 |
| Binary | 11110111 | 10010011 | 11101101 | 0 | 101000 | 100 | 11 | 100110010 | 1010110 | 1001101 |
Color Harmonies of #F793ED
Complementary color
Monochromatic Colors of #F793ED
Black with #F793ED
Text Example
Text Example
White with #F793ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F793ED; }
p { color: rgb(247,147,237); }
H1.HeaderClassName
{
color: #F793ED;
}
.AnyTagClassName
{
color: #F793ED;
}
</style>
background-color css
<style>
a { background-color: #F793ED; }
a { background-color: rgb(247,147,237); }
div.DivClassName
{
background-color: #F793ED;
}
.BgClassName
{
background-color: #F793ED;
}
</style>
border-color css
<style>
span { border-color: #F793ED; }
span { border-color: rgb(247,147,237); }
td.TdClassName
{
border-color: #F793ED;
}
.TagClassName
{
border-color: #F793ED;
}
</style>