Shades of Pale Magenta #F073E3
Tints of Pale Magenta #F073E3
RGB
CMYK
RGB Variations
Color information
#F073E3 (or 0xF073E3) is known color: Pale Magenta. HEX triplet: F0, 73 and E3. RGB value is (240,115,227). Sum of RGB (Red+Green+Blue) = 240+115+227=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F073E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073E3 is #0F8C1C. Grayscale: #A4A4A4. Windows color (decimal): -1018909 or 14906352. OLE color: 14906352.
HSL color Cylindrical-coordinate representation of color #F073E3: hue angle of 306.24º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073E3 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 227 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.06 |
| HSL | 306.24º | 0.81% | 0.7% | - |
| HSV(B) | 306.24º | 0.52% | 0.94% | - |
| XYZ | 55.93 | 36.33 | 76.74 | - |
| YUV | 165.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 227 | 0 | 0.52 | 0.05 | 0.06 | 306.24 | 0.81 | 0.7 |
| Hex | F0 | 73 | E3 | 0 | 34 | 5 | 6 | 132 | 51 | 46 |
| Octal | 360 | 163 | 343 | 0 | 64 | 5 | 6 | 462 | 121 | 106 |
| Binary | 11110000 | 1110011 | 11100011 | 0 | 110100 | 101 | 110 | 100110010 | 1010001 | 1000110 |
Color Harmonies of #F073E3
Complementary color
Monochromatic Colors of #F073E3
Black with #F073E3
Text Example
Text Example
White with #F073E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073E3; }
p { color: rgb(240,115,227); }
H1.HeaderClassName
{
color: #F073E3;
}
.AnyTagClassName
{
color: #F073E3;
}
</style>
background-color css
<style>
a { background-color: #F073E3; }
a { background-color: rgb(240,115,227); }
div.DivClassName
{
background-color: #F073E3;
}
.BgClassName
{
background-color: #F073E3;
}
</style>
border-color css
<style>
span { border-color: #F073E3; }
span { border-color: rgb(240,115,227); }
td.TdClassName
{
border-color: #F073E3;
}
.TagClassName
{
border-color: #F073E3;
}
</style>