Shades of Pale Magenta #F790EE
Tints of Pale Magenta #F790EE
RGB
CMYK
RGB Variations
Color information
#F790EE (or 0xF790EE) is known color: Pale Magenta. HEX triplet: F7, 90 and EE. RGB value is (247,144,238). Sum of RGB (Red+Green+Blue) = 247+144+238=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 144 (56.64% from 255 or 22.89% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F790EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F790EE is #086F11. Grayscale: #B9B9B9. Windows color (decimal): -552722 or 15634679. OLE color: 15634679.
HSL color Cylindrical-coordinate representation of color #F790EE: hue angle of 305.24º 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 #F790EE is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 238 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.03 |
| HSL | 305.24º | 0.87% | 0.77% | - |
| HSV(B) | 305.24º | 0.42% | 0.97% | - |
| XYZ | 63.76 | 45.89 | 86.39 | - |
| YUV | 185.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 238 | 0 | 0.42 | 0.04 | 0.03 | 305.24 | 0.87 | 0.77 |
| Hex | F7 | 90 | EE | 0 | 2A | 4 | 3 | 131 | 57 | 4D |
| Octal | 367 | 220 | 356 | 0 | 52 | 4 | 3 | 461 | 127 | 115 |
| Binary | 11110111 | 10010000 | 11101110 | 0 | 101010 | 100 | 11 | 100110001 | 1010111 | 1001101 |
Color Harmonies of #F790EE
Complementary color
Monochromatic Colors of #F790EE
Black with #F790EE
Text Example
Text Example
White with #F790EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F790EE; }
p { color: rgb(247,144,238); }
H1.HeaderClassName
{
color: #F790EE;
}
.AnyTagClassName
{
color: #F790EE;
}
</style>
background-color css
<style>
a { background-color: #F790EE; }
a { background-color: rgb(247,144,238); }
div.DivClassName
{
background-color: #F790EE;
}
.BgClassName
{
background-color: #F790EE;
}
</style>
border-color css
<style>
span { border-color: #F790EE; }
span { border-color: rgb(247,144,238); }
td.TdClassName
{
border-color: #F790EE;
}
.TagClassName
{
border-color: #F790EE;
}
</style>