Shades of Pale Magenta #F773EA
Tints of Pale Magenta #F773EA
RGB
CMYK
RGB Variations
Color information
#F773EA (or 0xF773EA) is known color: Pale Magenta. HEX triplet: F7, 73 and EA. RGB value is (247,115,234). Sum of RGB (Red+Green+Blue) = 247+115+234=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 115 (45.31% from 255 or 19.30% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F773EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773EA is #088C15. Grayscale: #A7A7A7. Windows color (decimal): -560150 or 15365111. OLE color: 15365111.
HSL color Cylindrical-coordinate representation of color #F773EA: hue angle of 305.91º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773EA is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 234 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.03 |
| HSL | 305.91º | 0.89% | 0.71% | - |
| HSV(B) | 305.91º | 0.53% | 0.97% | - |
| XYZ | 59.34 | 37.98 | 82.04 | - |
| YUV | 168.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 234 | 0 | 0.53 | 0.05 | 0.03 | 305.91 | 0.89 | 0.71 |
| Hex | F7 | 73 | EA | 0 | 35 | 5 | 3 | 132 | 59 | 47 |
| Octal | 367 | 163 | 352 | 0 | 65 | 5 | 3 | 462 | 131 | 107 |
| Binary | 11110111 | 1110011 | 11101010 | 0 | 110101 | 101 | 11 | 100110010 | 1011001 | 1000111 |
Color Harmonies of #F773EA
Complementary color
Monochromatic Colors of #F773EA
Black with #F773EA
Text Example
Text Example
White with #F773EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773EA; }
p { color: rgb(247,115,234); }
H1.HeaderClassName
{
color: #F773EA;
}
.AnyTagClassName
{
color: #F773EA;
}
</style>
background-color css
<style>
a { background-color: #F773EA; }
a { background-color: rgb(247,115,234); }
div.DivClassName
{
background-color: #F773EA;
}
.BgClassName
{
background-color: #F773EA;
}
</style>
border-color css
<style>
span { border-color: #F773EA; }
span { border-color: rgb(247,115,234); }
td.TdClassName
{
border-color: #F773EA;
}
.TagClassName
{
border-color: #F773EA;
}
</style>