Shades of Pale Magenta #F790E6
Tints of Pale Magenta #F790E6
RGB
CMYK
RGB Variations
Color information
#F790E6 (or 0xF790E6) is known color: Pale Magenta. HEX triplet: F7, 90 and E6. RGB value is (247,144,230). Sum of RGB (Red+Green+Blue) = 247+144+230=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F790E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F790E6 is #086F19. Grayscale: #B8B8B8. Windows color (decimal): -552730 or 15110391. OLE color: 15110391.
HSL color Cylindrical-coordinate representation of color #F790E6: hue angle of 309.9º 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 #F790E6 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 230 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.03 |
| HSL | 309.9º | 0.87% | 0.77% | - |
| HSV(B) | 309.9º | 0.42% | 0.97% | - |
| XYZ | 62.61 | 45.43 | 80.33 | - |
| YUV | 184.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 230 | 0 | 0.42 | 0.07 | 0.03 | 309.9 | 0.87 | 0.77 |
| Hex | F7 | 90 | E6 | 0 | 2A | 7 | 3 | 136 | 57 | 4D |
| Octal | 367 | 220 | 346 | 0 | 52 | 7 | 3 | 466 | 127 | 115 |
| Binary | 11110111 | 10010000 | 11100110 | 0 | 101010 | 111 | 11 | 100110110 | 1010111 | 1001101 |
Color Harmonies of #F790E6
Complementary color
Monochromatic Colors of #F790E6
Black with #F790E6
Text Example
Text Example
White with #F790E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F790E6; }
p { color: rgb(247,144,230); }
H1.HeaderClassName
{
color: #F790E6;
}
.AnyTagClassName
{
color: #F790E6;
}
</style>
background-color css
<style>
a { background-color: #F790E6; }
a { background-color: rgb(247,144,230); }
div.DivClassName
{
background-color: #F790E6;
}
.BgClassName
{
background-color: #F790E6;
}
</style>
border-color css
<style>
span { border-color: #F790E6; }
span { border-color: rgb(247,144,230); }
td.TdClassName
{
border-color: #F790E6;
}
.TagClassName
{
border-color: #F790E6;
}
</style>