Shades of Pale Magenta #F994ED
Tints of Pale Magenta #F994ED
RGB
CMYK
RGB Variations
Color information
#F994ED (or 0xF994ED) is known color: Pale Magenta. HEX triplet: F9, 94 and ED. RGB value is (249,148,237). Sum of RGB (Red+Green+Blue) = 249+148+237=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 148 (58.20% from 255 or 23.34% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F994ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994ED is #066B12. Grayscale: #BCBCBC. Windows color (decimal): -420627 or 15570169. OLE color: 15570169.
HSL color Cylindrical-coordinate representation of color #F994ED: hue angle of 307.13º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994ED is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 237 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.02 |
| HSL | 307.13º | 0.89% | 0.78% | - |
| HSV(B) | 307.13º | 0.41% | 0.98% | - |
| XYZ | 64.94 | 47.43 | 85.85 | - |
| YUV | 188.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 237 | 0 | 0.41 | 0.05 | 0.02 | 307.13 | 0.89 | 0.78 |
| Hex | F9 | 94 | ED | 0 | 29 | 5 | 2 | 133 | 59 | 4E |
| Octal | 371 | 224 | 355 | 0 | 51 | 5 | 2 | 463 | 131 | 116 |
| Binary | 11111001 | 10010100 | 11101101 | 0 | 101001 | 101 | 10 | 100110011 | 1011001 | 1001110 |
Color Harmonies of #F994ED
Complementary color
Monochromatic Colors of #F994ED
Black with #F994ED
Text Example
Text Example
White with #F994ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994ED; }
p { color: rgb(249,148,237); }
H1.HeaderClassName
{
color: #F994ED;
}
.AnyTagClassName
{
color: #F994ED;
}
</style>
background-color css
<style>
a { background-color: #F994ED; }
a { background-color: rgb(249,148,237); }
div.DivClassName
{
background-color: #F994ED;
}
.BgClassName
{
background-color: #F994ED;
}
</style>
border-color css
<style>
span { border-color: #F994ED; }
span { border-color: rgb(249,148,237); }
td.TdClassName
{
border-color: #F994ED;
}
.TagClassName
{
border-color: #F994ED;
}
</style>