Shades of Pale Magenta #F874EC
Tints of Pale Magenta #F874EC
RGB
CMYK
RGB Variations
Color information
#F874EC (or 0xF874EC) is known color: Pale Magenta. HEX triplet: F8, 74 and EC. RGB value is (248,116,236). Sum of RGB (Red+Green+Blue) = 248+116+236=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 116 (45.70% from 255 or 19.33% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F874EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F874EC is #078B13. Grayscale: #A8A8A8. Windows color (decimal): -494356 or 15496440. OLE color: 15496440.
HSL color Cylindrical-coordinate representation of color #F874EC: hue angle of 305.45º degrees, saturation: 0.9, 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 #F874EC is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 236 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.03 |
| HSL | 305.45º | 0.9% | 0.71% | - |
| HSV(B) | 305.45º | 0.53% | 0.97% | - |
| XYZ | 60.1 | 38.5 | 83.62 | - |
| YUV | 169.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 236 | 0 | 0.53 | 0.05 | 0.03 | 305.45 | 0.9 | 0.71 |
| Hex | F8 | 74 | EC | 0 | 35 | 5 | 3 | 131 | 5A | 47 |
| Octal | 370 | 164 | 354 | 0 | 65 | 5 | 3 | 461 | 132 | 107 |
| Binary | 11111000 | 1110100 | 11101100 | 0 | 110101 | 101 | 11 | 100110001 | 1011010 | 1000111 |
Color Harmonies of #F874EC
Complementary color
Monochromatic Colors of #F874EC
Black with #F874EC
Text Example
Text Example
White with #F874EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F874EC; }
p { color: rgb(248,116,236); }
H1.HeaderClassName
{
color: #F874EC;
}
.AnyTagClassName
{
color: #F874EC;
}
</style>
background-color css
<style>
a { background-color: #F874EC; }
a { background-color: rgb(248,116,236); }
div.DivClassName
{
background-color: #F874EC;
}
.BgClassName
{
background-color: #F874EC;
}
</style>
border-color css
<style>
span { border-color: #F874EC; }
span { border-color: rgb(248,116,236); }
td.TdClassName
{
border-color: #F874EC;
}
.TagClassName
{
border-color: #F874EC;
}
</style>