Shades of Pale Magenta #F388E7
Tints of Pale Magenta #F388E7
RGB
CMYK
RGB Variations
Color information
#F388E7 (or 0xF388E7) is known color: Pale Magenta. HEX triplet: F3, 88 and E7. RGB value is (243,136,231). Sum of RGB (Red+Green+Blue) = 243+136+231=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 136 (53.52% from 255 or 22.30% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F388E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F388E7 is #0C7718. Grayscale: #B2B2B2. Windows color (decimal): -816921 or 15173875. OLE color: 15173875.
HSL color Cylindrical-coordinate representation of color #F388E7: hue angle of 306.73º 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 #F388E7 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 231 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.05 |
| HSL | 306.73º | 0.82% | 0.74% | - |
| HSV(B) | 306.73º | 0.44% | 0.95% | - |
| XYZ | 60.19 | 42.43 | 80.62 | - |
| YUV | 178.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 231 | 0 | 0.44 | 0.05 | 0.05 | 306.73 | 0.82 | 0.74 |
| Hex | F3 | 88 | E7 | 0 | 2C | 5 | 5 | 133 | 52 | 4A |
| Octal | 363 | 210 | 347 | 0 | 54 | 5 | 5 | 463 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11100111 | 0 | 101100 | 101 | 101 | 100110011 | 1010010 | 1001010 |
Color Harmonies of #F388E7
Complementary color
Monochromatic Colors of #F388E7
Black with #F388E7
Text Example
Text Example
White with #F388E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388E7; }
p { color: rgb(243,136,231); }
H1.HeaderClassName
{
color: #F388E7;
}
.AnyTagClassName
{
color: #F388E7;
}
</style>
background-color css
<style>
a { background-color: #F388E7; }
a { background-color: rgb(243,136,231); }
div.DivClassName
{
background-color: #F388E7;
}
.BgClassName
{
background-color: #F388E7;
}
</style>
border-color css
<style>
span { border-color: #F388E7; }
span { border-color: rgb(243,136,231); }
td.TdClassName
{
border-color: #F388E7;
}
.TagClassName
{
border-color: #F388E7;
}
</style>