Shades of Pale Magenta #F38EDD
Tints of Pale Magenta #F38EDD
RGB
CMYK
RGB Variations
Color information
#F38EDD (or 0xF38EDD) is known color: Pale Magenta. HEX triplet: F3, 8E and DD. RGB value is (243,142,221). Sum of RGB (Red+Green+Blue) = 243+142+221=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F38EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38EDD is #0C7122. Grayscale: #B4B4B4. Windows color (decimal): -815395 or 14520051. OLE color: 14520051.
HSL color Cylindrical-coordinate representation of color #F38EDD: hue angle of 313.07º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38EDD is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 221 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.05 |
| HSL | 313.07º | 0.81% | 0.75% | - |
| HSV(B) | 313.07º | 0.42% | 0.95% | - |
| XYZ | 59.69 | 43.62 | 73.68 | - |
| YUV | 181.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 221 | 0 | 0.42 | 0.09 | 0.05 | 313.07 | 0.81 | 0.75 |
| Hex | F3 | 8E | DD | 0 | 2A | 9 | 5 | 139 | 51 | 4B |
| Octal | 363 | 216 | 335 | 0 | 52 | 11 | 5 | 471 | 121 | 113 |
| Binary | 11110011 | 10001110 | 11011101 | 0 | 101010 | 1001 | 101 | 100111001 | 1010001 | 1001011 |
Color Harmonies of #F38EDD
Complementary color
Monochromatic Colors of #F38EDD
Black with #F38EDD
Text Example
Text Example
White with #F38EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38EDD; }
p { color: rgb(243,142,221); }
H1.HeaderClassName
{
color: #F38EDD;
}
.AnyTagClassName
{
color: #F38EDD;
}
</style>
background-color css
<style>
a { background-color: #F38EDD; }
a { background-color: rgb(243,142,221); }
div.DivClassName
{
background-color: #F38EDD;
}
.BgClassName
{
background-color: #F38EDD;
}
</style>
border-color css
<style>
span { border-color: #F38EDD; }
span { border-color: rgb(243,142,221); }
td.TdClassName
{
border-color: #F38EDD;
}
.TagClassName
{
border-color: #F38EDD;
}
</style>