Shades of Pale Magenta #F072DE
Tints of Pale Magenta #F072DE
RGB
CMYK
RGB Variations
Color information
#F072DE (or 0xF072DE) is known color: Pale Magenta. HEX triplet: F0, 72 and DE. RGB value is (240,114,222). Sum of RGB (Red+Green+Blue) = 240+114+222=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F072DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072DE is #0F8D21. Grayscale: #A3A3A3. Windows color (decimal): -1019170 or 14578416. OLE color: 14578416.
HSL color Cylindrical-coordinate representation of color #F072DE: hue angle of 308.57º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F072DE is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 222 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.06 |
| HSL | 308.57º | 0.81% | 0.69% | - |
| HSV(B) | 308.57º | 0.53% | 0.94% | - |
| XYZ | 55.14 | 35.83 | 73.12 | - |
| YUV | 163.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 222 | 0 | 0.52 | 0.08 | 0.06 | 308.57 | 0.81 | 0.69 |
| Hex | F0 | 72 | DE | 0 | 34 | 8 | 6 | 135 | 51 | 45 |
| Octal | 360 | 162 | 336 | 0 | 64 | 10 | 6 | 465 | 121 | 105 |
| Binary | 11110000 | 1110010 | 11011110 | 0 | 110100 | 1000 | 110 | 100110101 | 1010001 | 1000101 |
Color Harmonies of #F072DE
Complementary color
Monochromatic Colors of #F072DE
Black with #F072DE
Text Example
Text Example
White with #F072DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072DE; }
p { color: rgb(240,114,222); }
H1.HeaderClassName
{
color: #F072DE;
}
.AnyTagClassName
{
color: #F072DE;
}
</style>
background-color css
<style>
a { background-color: #F072DE; }
a { background-color: rgb(240,114,222); }
div.DivClassName
{
background-color: #F072DE;
}
.BgClassName
{
background-color: #F072DE;
}
</style>
border-color css
<style>
span { border-color: #F072DE; }
span { border-color: rgb(240,114,222); }
td.TdClassName
{
border-color: #F072DE;
}
.TagClassName
{
border-color: #F072DE;
}
</style>