Shades of Pale Magenta #F473E7
Tints of Pale Magenta #F473E7
RGB
CMYK
RGB Variations
Color information
#F473E7 (or 0xF473E7) is known color: Pale Magenta. HEX triplet: F4, 73 and E7. RGB value is (244,115,231). Sum of RGB (Red+Green+Blue) = 244+115+231=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 115 (45.31% from 255 or 19.49% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F473E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F473E7 is #0B8C18. Grayscale: #A6A6A6. Windows color (decimal): -756761 or 15168500. OLE color: 15168500.
HSL color Cylindrical-coordinate representation of color #F473E7: hue angle of 306.05º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F473E7 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 231 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.04 |
| HSL | 306.05º | 0.85% | 0.7% | - |
| HSV(B) | 306.05º | 0.53% | 0.96% | - |
| XYZ | 57.86 | 37.26 | 79.74 | - |
| YUV | 166.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 231 | 0 | 0.53 | 0.05 | 0.04 | 306.05 | 0.85 | 0.7 |
| Hex | F4 | 73 | E7 | 0 | 35 | 5 | 4 | 132 | 55 | 46 |
| Octal | 364 | 163 | 347 | 0 | 65 | 5 | 4 | 462 | 125 | 106 |
| Binary | 11110100 | 1110011 | 11100111 | 0 | 110101 | 101 | 100 | 100110010 | 1010101 | 1000110 |
Color Harmonies of #F473E7
Complementary color
Monochromatic Colors of #F473E7
Black with #F473E7
Text Example
Text Example
White with #F473E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473E7; }
p { color: rgb(244,115,231); }
H1.HeaderClassName
{
color: #F473E7;
}
.AnyTagClassName
{
color: #F473E7;
}
</style>
background-color css
<style>
a { background-color: #F473E7; }
a { background-color: rgb(244,115,231); }
div.DivClassName
{
background-color: #F473E7;
}
.BgClassName
{
background-color: #F473E7;
}
</style>
border-color css
<style>
span { border-color: #F473E7; }
span { border-color: rgb(244,115,231); }
td.TdClassName
{
border-color: #F473E7;
}
.TagClassName
{
border-color: #F473E7;
}
</style>