Shades of Pale Magenta #F790EF
Tints of Pale Magenta #F790EF
RGB
CMYK
RGB Variations
Color information
#F790EF (or 0xF790EF) is known color: Pale Magenta. HEX triplet: F7, 90 and EF. RGB value is (247,144,239). Sum of RGB (Red+Green+Blue) = 247+144+239=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 144 (56.64% from 255 or 22.86% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F790EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F790EF is #086F10. Grayscale: #B9B9B9. Windows color (decimal): -552721 or 15700215. OLE color: 15700215.
HSL color Cylindrical-coordinate representation of color #F790EF: hue angle of 304.66º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F790EF is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 239 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.03 |
| HSL | 304.66º | 0.87% | 0.77% | - |
| HSV(B) | 304.66º | 0.42% | 0.97% | - |
| XYZ | 63.91 | 45.95 | 87.16 | - |
| YUV | 185.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 239 | 0 | 0.42 | 0.03 | 0.03 | 304.66 | 0.87 | 0.77 |
| Hex | F7 | 90 | EF | 0 | 2A | 3 | 3 | 131 | 57 | 4D |
| Octal | 367 | 220 | 357 | 0 | 52 | 3 | 3 | 461 | 127 | 115 |
| Binary | 11110111 | 10010000 | 11101111 | 0 | 101010 | 11 | 11 | 100110001 | 1010111 | 1001101 |
Color Harmonies of #F790EF
Complementary color
Monochromatic Colors of #F790EF
Black with #F790EF
Text Example
Text Example
White with #F790EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F790EF; }
p { color: rgb(247,144,239); }
H1.HeaderClassName
{
color: #F790EF;
}
.AnyTagClassName
{
color: #F790EF;
}
</style>
background-color css
<style>
a { background-color: #F790EF; }
a { background-color: rgb(247,144,239); }
div.DivClassName
{
background-color: #F790EF;
}
.BgClassName
{
background-color: #F790EF;
}
</style>
border-color css
<style>
span { border-color: #F790EF; }
span { border-color: rgb(247,144,239); }
td.TdClassName
{
border-color: #F790EF;
}
.TagClassName
{
border-color: #F790EF;
}
</style>