Shades of Pale Magenta #F388D9
Tints of Pale Magenta #F388D9
RGB
CMYK
RGB Variations
Color information
#F388D9 (or 0xF388D9) is known color: Pale Magenta. HEX triplet: F3, 88 and D9. RGB value is (243,136,217). Sum of RGB (Red+Green+Blue) = 243+136+217=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F388D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388D9 is #0C7726. Grayscale: #B1B1B1. Windows color (decimal): -816935 or 14256371. OLE color: 14256371.
HSL color Cylindrical-coordinate representation of color #F388D9: hue angle of 314.58º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388D9 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 217 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.05 |
| HSL | 314.58º | 0.82% | 0.74% | - |
| HSV(B) | 314.58º | 0.44% | 0.95% | - |
| XYZ | 58.29 | 41.67 | 70.62 | - |
| YUV | 177.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 217 | 0 | 0.44 | 0.11 | 0.05 | 314.58 | 0.82 | 0.74 |
| Hex | F3 | 88 | D9 | 0 | 2C | B | 5 | 13B | 52 | 4A |
| Octal | 363 | 210 | 331 | 0 | 54 | 13 | 5 | 473 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11011001 | 0 | 101100 | 1011 | 101 | 100111011 | 1010010 | 1001010 |
Color Harmonies of #F388D9
Complementary color
Monochromatic Colors of #F388D9
Black with #F388D9
Text Example
Text Example
White with #F388D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388D9; }
p { color: rgb(243,136,217); }
H1.HeaderClassName
{
color: #F388D9;
}
.AnyTagClassName
{
color: #F388D9;
}
</style>
background-color css
<style>
a { background-color: #F388D9; }
a { background-color: rgb(243,136,217); }
div.DivClassName
{
background-color: #F388D9;
}
.BgClassName
{
background-color: #F388D9;
}
</style>
border-color css
<style>
span { border-color: #F388D9; }
span { border-color: rgb(243,136,217); }
td.TdClassName
{
border-color: #F388D9;
}
.TagClassName
{
border-color: #F388D9;
}
</style>