Shades of Pale Magenta #F873EA
Tints of Pale Magenta #F873EA
RGB
CMYK
RGB Variations
Color information
#F873EA (or 0xF873EA) is known color: Pale Magenta. HEX triplet: F8, 73 and EA. RGB value is (248,115,234). Sum of RGB (Red+Green+Blue) = 248+115+234=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 115 (45.31% from 255 or 19.26% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F873EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F873EA is #078C15. Grayscale: #A7A7A7. Windows color (decimal): -494614 or 15365112. OLE color: 15365112.
HSL color Cylindrical-coordinate representation of color #F873EA: hue angle of 306.32º 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 #F873EA is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 234 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.03 |
| HSL | 306.32º | 0.9% | 0.71% | - |
| HSV(B) | 306.32º | 0.54% | 0.97% | - |
| XYZ | 59.69 | 38.16 | 82.06 | - |
| YUV | 168.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 234 | 0 | 0.54 | 0.06 | 0.03 | 306.32 | 0.9 | 0.71 |
| Hex | F8 | 73 | EA | 0 | 36 | 6 | 3 | 132 | 5A | 47 |
| Octal | 370 | 163 | 352 | 0 | 66 | 6 | 3 | 462 | 132 | 107 |
| Binary | 11111000 | 1110011 | 11101010 | 0 | 110110 | 110 | 11 | 100110010 | 1011010 | 1000111 |
Color Harmonies of #F873EA
Complementary color
Monochromatic Colors of #F873EA
Black with #F873EA
Text Example
Text Example
White with #F873EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873EA; }
p { color: rgb(248,115,234); }
H1.HeaderClassName
{
color: #F873EA;
}
.AnyTagClassName
{
color: #F873EA;
}
</style>
background-color css
<style>
a { background-color: #F873EA; }
a { background-color: rgb(248,115,234); }
div.DivClassName
{
background-color: #F873EA;
}
.BgClassName
{
background-color: #F873EA;
}
</style>
border-color css
<style>
span { border-color: #F873EA; }
span { border-color: rgb(248,115,234); }
td.TdClassName
{
border-color: #F873EA;
}
.TagClassName
{
border-color: #F873EA;
}
</style>