Shades of Pale Magenta #F873EC
Tints of Pale Magenta #F873EC
RGB
CMYK
RGB Variations
Color information
#F873EC (or 0xF873EC) is known color: Pale Magenta. HEX triplet: F8, 73 and EC. RGB value is (248,115,236). Sum of RGB (Red+Green+Blue) = 248+115+236=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 115 (45.31% from 255 or 19.20% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F873EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F873EC is #078C13. Grayscale: #A8A8A8. Windows color (decimal): -494612 or 15496184. OLE color: 15496184.
HSL color Cylindrical-coordinate representation of color #F873EC: hue angle of 305.41º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F873EC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 236 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.03 |
| HSL | 305.41º | 0.9% | 0.71% | - |
| HSV(B) | 305.41º | 0.54% | 0.97% | - |
| XYZ | 59.98 | 38.27 | 83.58 | - |
| YUV | 168.56 | 166.06 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 236 | 0 | 0.54 | 0.05 | 0.03 | 305.41 | 0.9 | 0.71 |
| Hex | F8 | 73 | EC | 0 | 36 | 5 | 3 | 131 | 5A | 47 |
| Octal | 370 | 163 | 354 | 0 | 66 | 5 | 3 | 461 | 132 | 107 |
| Binary | 11111000 | 1110011 | 11101100 | 0 | 110110 | 101 | 11 | 100110001 | 1011010 | 1000111 |
Color Harmonies of #F873EC
Complementary color
Monochromatic Colors of #F873EC
Black with #F873EC
Text Example
Text Example
White with #F873EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873EC; }
p { color: rgb(248,115,236); }
H1.HeaderClassName
{
color: #F873EC;
}
.AnyTagClassName
{
color: #F873EC;
}
</style>
background-color css
<style>
a { background-color: #F873EC; }
a { background-color: rgb(248,115,236); }
div.DivClassName
{
background-color: #F873EC;
}
.BgClassName
{
background-color: #F873EC;
}
</style>
border-color css
<style>
span { border-color: #F873EC; }
span { border-color: rgb(248,115,236); }
td.TdClassName
{
border-color: #F873EC;
}
.TagClassName
{
border-color: #F873EC;
}
</style>