Shades of Pale Magenta #F072E3
Tints of Pale Magenta #F072E3
RGB
CMYK
RGB Variations
Color information
#F072E3 (or 0xF072E3) is known color: Pale Magenta. HEX triplet: F0, 72 and E3. RGB value is (240,114,227). Sum of RGB (Red+Green+Blue) = 240+114+227=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F072E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072E3 is #0F8D1C. Grayscale: #A4A4A4. Windows color (decimal): -1019165 or 14906096. OLE color: 14906096.
HSL color Cylindrical-coordinate representation of color #F072E3: hue angle of 306.19º 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 #F072E3 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 227 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.06 |
| HSL | 306.19º | 0.81% | 0.69% | - |
| HSV(B) | 306.19º | 0.53% | 0.94% | - |
| XYZ | 55.82 | 36.11 | 76.7 | - |
| YUV | 164.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 227 | 0 | 0.52 | 0.05 | 0.06 | 306.19 | 0.81 | 0.69 |
| Hex | F0 | 72 | E3 | 0 | 34 | 5 | 6 | 132 | 51 | 45 |
| Octal | 360 | 162 | 343 | 0 | 64 | 5 | 6 | 462 | 121 | 105 |
| Binary | 11110000 | 1110010 | 11100011 | 0 | 110100 | 101 | 110 | 100110010 | 1010001 | 1000101 |
Color Harmonies of #F072E3
Complementary color
Monochromatic Colors of #F072E3
Black with #F072E3
Text Example
Text Example
White with #F072E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072E3; }
p { color: rgb(240,114,227); }
H1.HeaderClassName
{
color: #F072E3;
}
.AnyTagClassName
{
color: #F072E3;
}
</style>
background-color css
<style>
a { background-color: #F072E3; }
a { background-color: rgb(240,114,227); }
div.DivClassName
{
background-color: #F072E3;
}
.BgClassName
{
background-color: #F072E3;
}
</style>
border-color css
<style>
span { border-color: #F072E3; }
span { border-color: rgb(240,114,227); }
td.TdClassName
{
border-color: #F072E3;
}
.TagClassName
{
border-color: #F072E3;
}
</style>