Shades of Pale Magenta #F38DE7
Tints of Pale Magenta #F38DE7
RGB
CMYK
RGB Variations
Color information
#F38DE7 (or 0xF38DE7) is known color: Pale Magenta. HEX triplet: F3, 8D and E7. RGB value is (243,141,231). Sum of RGB (Red+Green+Blue) = 243+141+231=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38DE7 is #0C7218. Grayscale: #B5B5B5. Windows color (decimal): -815641 or 15175155. OLE color: 15175155.
HSL color Cylindrical-coordinate representation of color #F38DE7: hue angle of 307.06º 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 #F38DE7 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 231 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.05 |
| HSL | 307.06º | 0.81% | 0.75% | - |
| HSV(B) | 307.06º | 0.42% | 0.95% | - |
| XYZ | 60.91 | 43.87 | 80.86 | - |
| YUV | 181.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 231 | 0 | 0.42 | 0.05 | 0.05 | 307.06 | 0.81 | 0.75 |
| Hex | F3 | 8D | E7 | 0 | 2A | 5 | 5 | 133 | 51 | 4B |
| Octal | 363 | 215 | 347 | 0 | 52 | 5 | 5 | 463 | 121 | 113 |
| Binary | 11110011 | 10001101 | 11100111 | 0 | 101010 | 101 | 101 | 100110011 | 1010001 | 1001011 |
Color Harmonies of #F38DE7
Complementary color
Monochromatic Colors of #F38DE7
Black with #F38DE7
Text Example
Text Example
White with #F38DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DE7; }
p { color: rgb(243,141,231); }
H1.HeaderClassName
{
color: #F38DE7;
}
.AnyTagClassName
{
color: #F38DE7;
}
</style>
background-color css
<style>
a { background-color: #F38DE7; }
a { background-color: rgb(243,141,231); }
div.DivClassName
{
background-color: #F38DE7;
}
.BgClassName
{
background-color: #F38DE7;
}
</style>
border-color css
<style>
span { border-color: #F38DE7; }
span { border-color: rgb(243,141,231); }
td.TdClassName
{
border-color: #F38DE7;
}
.TagClassName
{
border-color: #F38DE7;
}
</style>