Shades of Pale Magenta #F993E7
Tints of Pale Magenta #F993E7
RGB
CMYK
RGB Variations
Color information
#F993E7 (or 0xF993E7) is known color: Pale Magenta. HEX triplet: F9, 93 and E7. RGB value is (249,147,231). Sum of RGB (Red+Green+Blue) = 249+147+231=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 147 (57.81% from 255 or 23.44% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F993E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F993E7 is #066C18. Grayscale: #BABABA. Windows color (decimal): -420889 or 15176697. OLE color: 15176697.
HSL color Cylindrical-coordinate representation of color #F993E7: hue angle of 310.59º 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 #F993E7 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 231 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.02 |
| HSL | 310.59º | 0.89% | 0.78% | - |
| HSV(B) | 310.59º | 0.41% | 0.98% | - |
| XYZ | 63.92 | 46.78 | 81.26 | - |
| YUV | 187.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 231 | 0 | 0.41 | 0.07 | 0.02 | 310.59 | 0.89 | 0.78 |
| Hex | F9 | 93 | E7 | 0 | 29 | 7 | 2 | 137 | 59 | 4E |
| Octal | 371 | 223 | 347 | 0 | 51 | 7 | 2 | 467 | 131 | 116 |
| Binary | 11111001 | 10010011 | 11100111 | 0 | 101001 | 111 | 10 | 100110111 | 1011001 | 1001110 |
Color Harmonies of #F993E7
Complementary color
Monochromatic Colors of #F993E7
Black with #F993E7
Text Example
Text Example
White with #F993E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F993E7; }
p { color: rgb(249,147,231); }
H1.HeaderClassName
{
color: #F993E7;
}
.AnyTagClassName
{
color: #F993E7;
}
</style>
background-color css
<style>
a { background-color: #F993E7; }
a { background-color: rgb(249,147,231); }
div.DivClassName
{
background-color: #F993E7;
}
.BgClassName
{
background-color: #F993E7;
}
</style>
border-color css
<style>
span { border-color: #F993E7; }
span { border-color: rgb(249,147,231); }
td.TdClassName
{
border-color: #F993E7;
}
.TagClassName
{
border-color: #F993E7;
}
</style>