Shades of Pale Magenta #F995EE
Tints of Pale Magenta #F995EE
RGB
CMYK
RGB Variations
Color information
#F995EE (or 0xF995EE) is known color: Pale Magenta. HEX triplet: F9, 95 and EE. RGB value is (249,149,238). Sum of RGB (Red+Green+Blue) = 249+149+238=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 149 (58.59% from 255 or 23.43% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F995EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F995EE is #066A11. Grayscale: #BCBCBC. Windows color (decimal): -420370 or 15635961. OLE color: 15635961.
HSL color Cylindrical-coordinate representation of color #F995EE: hue angle of 306.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995EE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 238 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.02 |
| HSL | 306.6º | 0.89% | 0.78% | - |
| HSV(B) | 306.6º | 0.4% | 0.98% | - |
| XYZ | 65.25 | 47.81 | 86.68 | - |
| YUV | 189.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 238 | 0 | 0.40 | 0.04 | 0.02 | 306.6 | 0.89 | 0.78 |
| Hex | F9 | 95 | EE | 0 | 28 | 4 | 2 | 133 | 59 | 4E |
| Octal | 371 | 225 | 356 | 0 | 50 | 4 | 2 | 463 | 131 | 116 |
| Binary | 11111001 | 10010101 | 11101110 | 0 | 101000 | 100 | 10 | 100110011 | 1011001 | 1001110 |
Color Harmonies of #F995EE
Complementary color
Monochromatic Colors of #F995EE
Black with #F995EE
Text Example
Text Example
White with #F995EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995EE; }
p { color: rgb(249,149,238); }
H1.HeaderClassName
{
color: #F995EE;
}
.AnyTagClassName
{
color: #F995EE;
}
</style>
background-color css
<style>
a { background-color: #F995EE; }
a { background-color: rgb(249,149,238); }
div.DivClassName
{
background-color: #F995EE;
}
.BgClassName
{
background-color: #F995EE;
}
</style>
border-color css
<style>
span { border-color: #F995EE; }
span { border-color: rgb(249,149,238); }
td.TdClassName
{
border-color: #F995EE;
}
.TagClassName
{
border-color: #F995EE;
}
</style>