Shades of Pale Magenta #F790DC
Tints of Pale Magenta #F790DC
RGB
CMYK
RGB Variations
Color information
#F790DC (or 0xF790DC) is known color: Pale Magenta. HEX triplet: F7, 90 and DC. RGB value is (247,144,220). Sum of RGB (Red+Green+Blue) = 247+144+220=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F790DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790DC is #086F23. Grayscale: #B7B7B7. Windows color (decimal): -552740 or 14455031. OLE color: 14455031.
HSL color Cylindrical-coordinate representation of color #F790DC: hue angle of 315.73º 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 #F790DC is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 220 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.03 |
| HSL | 315.73º | 0.87% | 0.77% | - |
| HSV(B) | 315.73º | 0.42% | 0.97% | - |
| XYZ | 61.25 | 44.89 | 73.15 | - |
| YUV | 183.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 220 | 0 | 0.42 | 0.11 | 0.03 | 315.73 | 0.87 | 0.77 |
| Hex | F7 | 90 | DC | 0 | 2A | B | 3 | 13C | 57 | 4D |
| Octal | 367 | 220 | 334 | 0 | 52 | 13 | 3 | 474 | 127 | 115 |
| Binary | 11110111 | 10010000 | 11011100 | 0 | 101010 | 1011 | 11 | 100111100 | 1010111 | 1001101 |
Color Harmonies of #F790DC
Complementary color
Monochromatic Colors of #F790DC
Black with #F790DC
Text Example
Text Example
White with #F790DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F790DC; }
p { color: rgb(247,144,220); }
H1.HeaderClassName
{
color: #F790DC;
}
.AnyTagClassName
{
color: #F790DC;
}
</style>
background-color css
<style>
a { background-color: #F790DC; }
a { background-color: rgb(247,144,220); }
div.DivClassName
{
background-color: #F790DC;
}
.BgClassName
{
background-color: #F790DC;
}
</style>
border-color css
<style>
span { border-color: #F790DC; }
span { border-color: rgb(247,144,220); }
td.TdClassName
{
border-color: #F790DC;
}
.TagClassName
{
border-color: #F790DC;
}
</style>