Shades of Pale Magenta #F388E9
Tints of Pale Magenta #F388E9
RGB
CMYK
RGB Variations
Color information
#F388E9 (or 0xF388E9) is known color: Pale Magenta. HEX triplet: F3, 88 and E9. RGB value is (243,136,233). Sum of RGB (Red+Green+Blue) = 243+136+233=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 136 (53.52% from 255 or 22.22% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F388E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F388E9 is #0C7716. Grayscale: #B2B2B2. Windows color (decimal): -816919 or 15304947. OLE color: 15304947.
HSL color Cylindrical-coordinate representation of color #F388E9: hue angle of 305.61º 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 #F388E9 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 233 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.05 |
| HSL | 305.61º | 0.82% | 0.74% | - |
| HSV(B) | 305.61º | 0.44% | 0.95% | - |
| XYZ | 60.47 | 42.55 | 82.12 | - |
| YUV | 179.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 233 | 0 | 0.44 | 0.04 | 0.05 | 305.61 | 0.82 | 0.74 |
| Hex | F3 | 88 | E9 | 0 | 2C | 4 | 5 | 132 | 52 | 4A |
| Octal | 363 | 210 | 351 | 0 | 54 | 4 | 5 | 462 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11101001 | 0 | 101100 | 100 | 101 | 100110010 | 1010010 | 1001010 |
Color Harmonies of #F388E9
Complementary color
Monochromatic Colors of #F388E9
Black with #F388E9
Text Example
Text Example
White with #F388E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388E9; }
p { color: rgb(243,136,233); }
H1.HeaderClassName
{
color: #F388E9;
}
.AnyTagClassName
{
color: #F388E9;
}
</style>
background-color css
<style>
a { background-color: #F388E9; }
a { background-color: rgb(243,136,233); }
div.DivClassName
{
background-color: #F388E9;
}
.BgClassName
{
background-color: #F388E9;
}
</style>
border-color css
<style>
span { border-color: #F388E9; }
span { border-color: rgb(243,136,233); }
td.TdClassName
{
border-color: #F388E9;
}
.TagClassName
{
border-color: #F388E9;
}
</style>