Shades of Pale Magenta #F38AE1
Tints of Pale Magenta #F38AE1
RGB
CMYK
RGB Variations
Color information
#F38AE1 (or 0xF38AE1) is known color: Pale Magenta. HEX triplet: F3, 8A and E1. RGB value is (243,138,225). Sum of RGB (Red+Green+Blue) = 243+138+225=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AE1 is #0C751E. Grayscale: #B3B3B3. Windows color (decimal): -816415 or 14781171. OLE color: 14781171.
HSL color Cylindrical-coordinate representation of color #F38AE1: hue angle of 310.29º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38AE1 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 225 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.05 |
| HSL | 310.29º | 0.81% | 0.75% | - |
| HSV(B) | 310.29º | 0.43% | 0.95% | - |
| XYZ | 59.64 | 42.67 | 76.33 | - |
| YUV | 179.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 225 | 0 | 0.43 | 0.07 | 0.05 | 310.29 | 0.81 | 0.75 |
| Hex | F3 | 8A | E1 | 0 | 2B | 7 | 5 | 136 | 51 | 4B |
| Octal | 363 | 212 | 341 | 0 | 53 | 7 | 5 | 466 | 121 | 113 |
| Binary | 11110011 | 10001010 | 11100001 | 0 | 101011 | 111 | 101 | 100110110 | 1010001 | 1001011 |
Color Harmonies of #F38AE1
Complementary color
Monochromatic Colors of #F38AE1
Black with #F38AE1
Text Example
Text Example
White with #F38AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38AE1; }
p { color: rgb(243,138,225); }
H1.HeaderClassName
{
color: #F38AE1;
}
.AnyTagClassName
{
color: #F38AE1;
}
</style>
background-color css
<style>
a { background-color: #F38AE1; }
a { background-color: rgb(243,138,225); }
div.DivClassName
{
background-color: #F38AE1;
}
.BgClassName
{
background-color: #F38AE1;
}
</style>
border-color css
<style>
span { border-color: #F38AE1; }
span { border-color: rgb(243,138,225); }
td.TdClassName
{
border-color: #F38AE1;
}
.TagClassName
{
border-color: #F38AE1;
}
</style>