Shades of Pale Magenta #F973EA
Tints of Pale Magenta #F973EA
RGB
CMYK
RGB Variations
Color information
#F973EA (or 0xF973EA) is known color: Pale Magenta. HEX triplet: F9, 73 and EA. RGB value is (249,115,234). Sum of RGB (Red+Green+Blue) = 249+115+234=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 115 (45.31% from 255 or 19.23% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F973EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F973EA is #068C15. Grayscale: #A8A8A8. Windows color (decimal): -429078 or 15365113. OLE color: 15365113.
HSL color Cylindrical-coordinate representation of color #F973EA: hue angle of 306.72º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F973EA is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 234 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.02 |
| HSL | 306.72º | 0.92% | 0.71% | - |
| HSV(B) | 306.72º | 0.54% | 0.98% | - |
| XYZ | 60.05 | 38.34 | 82.08 | - |
| YUV | 168.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 234 | 0 | 0.54 | 0.06 | 0.02 | 306.72 | 0.92 | 0.71 |
| Hex | F9 | 73 | EA | 0 | 36 | 6 | 2 | 133 | 5C | 47 |
| Octal | 371 | 163 | 352 | 0 | 66 | 6 | 2 | 463 | 134 | 107 |
| Binary | 11111001 | 1110011 | 11101010 | 0 | 110110 | 110 | 10 | 100110011 | 1011100 | 1000111 |
Color Harmonies of #F973EA
Complementary color
Monochromatic Colors of #F973EA
Black with #F973EA
Text Example
Text Example
White with #F973EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973EA; }
p { color: rgb(249,115,234); }
H1.HeaderClassName
{
color: #F973EA;
}
.AnyTagClassName
{
color: #F973EA;
}
</style>
background-color css
<style>
a { background-color: #F973EA; }
a { background-color: rgb(249,115,234); }
div.DivClassName
{
background-color: #F973EA;
}
.BgClassName
{
background-color: #F973EA;
}
</style>
border-color css
<style>
span { border-color: #F973EA; }
span { border-color: rgb(249,115,234); }
td.TdClassName
{
border-color: #F973EA;
}
.TagClassName
{
border-color: #F973EA;
}
</style>