Shades of Pale Magenta #F794ED
Tints of Pale Magenta #F794ED
RGB
CMYK
RGB Variations
Color information
#F794ED (or 0xF794ED) is known color: Pale Magenta. HEX triplet: F7, 94 and ED. RGB value is (247,148,237). Sum of RGB (Red+Green+Blue) = 247+148+237=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F794ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F794ED is #086B12. Grayscale: #BBBBBB. Windows color (decimal): -551699 or 15570167. OLE color: 15570167.
HSL color Cylindrical-coordinate representation of color #F794ED: hue angle of 306.06º 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 #F794ED is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 237 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.03 |
| HSL | 306.06º | 0.86% | 0.77% | - |
| HSV(B) | 306.06º | 0.4% | 0.97% | - |
| XYZ | 64.23 | 47.07 | 85.82 | - |
| YUV | 187.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 237 | 0 | 0.40 | 0.04 | 0.03 | 306.06 | 0.86 | 0.77 |
| Hex | F7 | 94 | ED | 0 | 28 | 4 | 3 | 132 | 56 | 4D |
| Octal | 367 | 224 | 355 | 0 | 50 | 4 | 3 | 462 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11101101 | 0 | 101000 | 100 | 11 | 100110010 | 1010110 | 1001101 |
Color Harmonies of #F794ED
Complementary color
Monochromatic Colors of #F794ED
Black with #F794ED
Text Example
Text Example
White with #F794ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794ED; }
p { color: rgb(247,148,237); }
H1.HeaderClassName
{
color: #F794ED;
}
.AnyTagClassName
{
color: #F794ED;
}
</style>
background-color css
<style>
a { background-color: #F794ED; }
a { background-color: rgb(247,148,237); }
div.DivClassName
{
background-color: #F794ED;
}
.BgClassName
{
background-color: #F794ED;
}
</style>
border-color css
<style>
span { border-color: #F794ED; }
span { border-color: rgb(247,148,237); }
td.TdClassName
{
border-color: #F794ED;
}
.TagClassName
{
border-color: #F794ED;
}
</style>