Shades of Pale Magenta #F07ADC
Tints of Pale Magenta #F07ADC
RGB
CMYK
RGB Variations
Color information
#F07ADC (or 0xF07ADC) is known color: Pale Magenta. HEX triplet: F0, 7A and DC. RGB value is (240,122,220). Sum of RGB (Red+Green+Blue) = 240+122+220=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ADC is #0F8523. Grayscale: #A8A8A8. Windows color (decimal): -1017124 or 14449392. OLE color: 14449392.
HSL color Cylindrical-coordinate representation of color #F07ADC: hue angle of 310.17º 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 #F07ADC is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 220 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.06 |
| HSL | 310.17º | 0.8% | 0.71% | - |
| HSV(B) | 310.17º | 0.49% | 0.94% | - |
| XYZ | 55.81 | 37.61 | 72.03 | - |
| YUV | 168.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 220 | 0 | 0.49 | 0.08 | 0.06 | 310.17 | 0.8 | 0.71 |
| Hex | F0 | 7A | DC | 0 | 31 | 8 | 6 | 136 | 50 | 47 |
| Octal | 360 | 172 | 334 | 0 | 61 | 10 | 6 | 466 | 120 | 107 |
| Binary | 11110000 | 1111010 | 11011100 | 0 | 110001 | 1000 | 110 | 100110110 | 1010000 | 1000111 |
Color Harmonies of #F07ADC
Complementary color
Monochromatic Colors of #F07ADC
Black with #F07ADC
Text Example
Text Example
White with #F07ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07ADC; }
p { color: rgb(240,122,220); }
H1.HeaderClassName
{
color: #F07ADC;
}
.AnyTagClassName
{
color: #F07ADC;
}
</style>
background-color css
<style>
a { background-color: #F07ADC; }
a { background-color: rgb(240,122,220); }
div.DivClassName
{
background-color: #F07ADC;
}
.BgClassName
{
background-color: #F07ADC;
}
</style>
border-color css
<style>
span { border-color: #F07ADC; }
span { border-color: rgb(240,122,220); }
td.TdClassName
{
border-color: #F07ADC;
}
.TagClassName
{
border-color: #F07ADC;
}
</style>