Shades of Pale Magenta #F07ADA
Tints of Pale Magenta #F07ADA
RGB
CMYK
RGB Variations
Color information
#F07ADA (or 0xF07ADA) is known color: Pale Magenta. HEX triplet: F0, 7A and DA. RGB value is (240,122,218). Sum of RGB (Red+Green+Blue) = 240+122+218=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ADA is #0F8525. Grayscale: #A7A7A7. Windows color (decimal): -1017126 or 14318320. OLE color: 14318320.
HSL color Cylindrical-coordinate representation of color #F07ADA: hue angle of 311.19º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07ADA is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 218 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.06 |
| HSL | 311.19º | 0.8% | 0.71% | - |
| HSV(B) | 311.19º | 0.49% | 0.94% | - |
| XYZ | 55.55 | 37.51 | 70.64 | - |
| YUV | 168.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 218 | 0 | 0.49 | 0.09 | 0.06 | 311.19 | 0.8 | 0.71 |
| Hex | F0 | 7A | DA | 0 | 31 | 9 | 6 | 137 | 50 | 47 |
| Octal | 360 | 172 | 332 | 0 | 61 | 11 | 6 | 467 | 120 | 107 |
| Binary | 11110000 | 1111010 | 11011010 | 0 | 110001 | 1001 | 110 | 100110111 | 1010000 | 1000111 |
Color Harmonies of #F07ADA
Complementary color
Monochromatic Colors of #F07ADA
Black with #F07ADA
Text Example
Text Example
White with #F07ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07ADA; }
p { color: rgb(240,122,218); }
H1.HeaderClassName
{
color: #F07ADA;
}
.AnyTagClassName
{
color: #F07ADA;
}
</style>
background-color css
<style>
a { background-color: #F07ADA; }
a { background-color: rgb(240,122,218); }
div.DivClassName
{
background-color: #F07ADA;
}
.BgClassName
{
background-color: #F07ADA;
}
</style>
border-color css
<style>
span { border-color: #F07ADA; }
span { border-color: rgb(240,122,218); }
td.TdClassName
{
border-color: #F07ADA;
}
.TagClassName
{
border-color: #F07ADA;
}
</style>