Shades of Pale Magenta #F071E3
Tints of Pale Magenta #F071E3
RGB
CMYK
RGB Variations
Color information
#F071E3 (or 0xF071E3) is known color: Pale Magenta. HEX triplet: F0, 71 and E3. RGB value is (240,113,227). Sum of RGB (Red+Green+Blue) = 240+113+227=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F071E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071E3 is #0F8E1C. Grayscale: #A3A3A3. Windows color (decimal): -1019421 or 14905840. OLE color: 14905840.
HSL color Cylindrical-coordinate representation of color #F071E3: hue angle of 306.14º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F071E3 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 227 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.06 |
| HSL | 306.14º | 0.81% | 0.69% | - |
| HSV(B) | 306.14º | 0.53% | 0.94% | - |
| XYZ | 55.71 | 35.88 | 76.66 | - |
| YUV | 163.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 227 | 0 | 0.53 | 0.05 | 0.06 | 306.14 | 0.81 | 0.69 |
| Hex | F0 | 71 | E3 | 0 | 35 | 5 | 6 | 132 | 51 | 45 |
| Octal | 360 | 161 | 343 | 0 | 65 | 5 | 6 | 462 | 121 | 105 |
| Binary | 11110000 | 1110001 | 11100011 | 0 | 110101 | 101 | 110 | 100110010 | 1010001 | 1000101 |
Color Harmonies of #F071E3
Complementary color
Monochromatic Colors of #F071E3
Black with #F071E3
Text Example
Text Example
White with #F071E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071E3; }
p { color: rgb(240,113,227); }
H1.HeaderClassName
{
color: #F071E3;
}
.AnyTagClassName
{
color: #F071E3;
}
</style>
background-color css
<style>
a { background-color: #F071E3; }
a { background-color: rgb(240,113,227); }
div.DivClassName
{
background-color: #F071E3;
}
.BgClassName
{
background-color: #F071E3;
}
</style>
border-color css
<style>
span { border-color: #F071E3; }
span { border-color: rgb(240,113,227); }
td.TdClassName
{
border-color: #F071E3;
}
.TagClassName
{
border-color: #F071E3;
}
</style>