Shades of Pale Magenta #F388E3
Tints of Pale Magenta #F388E3
RGB
CMYK
RGB Variations
Color information
#F388E3 (or 0xF388E3) is known color: Pale Magenta. HEX triplet: F3, 88 and E3. RGB value is (243,136,227). Sum of RGB (Red+Green+Blue) = 243+136+227=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 136 (53.52% from 255 or 22.44% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F388E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388E3 is #0C771C. Grayscale: #B2B2B2. Windows color (decimal): -816925 or 14911731. OLE color: 14911731.
HSL color Cylindrical-coordinate representation of color #F388E3: hue angle of 308.97º 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 #F388E3 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 227 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.05 |
| HSL | 308.97º | 0.82% | 0.74% | - |
| HSV(B) | 308.97º | 0.44% | 0.95% | - |
| XYZ | 59.63 | 42.21 | 77.68 | - |
| YUV | 178.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 227 | 0 | 0.44 | 0.07 | 0.05 | 308.97 | 0.82 | 0.74 |
| Hex | F3 | 88 | E3 | 0 | 2C | 7 | 5 | 135 | 52 | 4A |
| Octal | 363 | 210 | 343 | 0 | 54 | 7 | 5 | 465 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11100011 | 0 | 101100 | 111 | 101 | 100110101 | 1010010 | 1001010 |
Color Harmonies of #F388E3
Complementary color
Monochromatic Colors of #F388E3
Black with #F388E3
Text Example
Text Example
White with #F388E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388E3; }
p { color: rgb(243,136,227); }
H1.HeaderClassName
{
color: #F388E3;
}
.AnyTagClassName
{
color: #F388E3;
}
</style>
background-color css
<style>
a { background-color: #F388E3; }
a { background-color: rgb(243,136,227); }
div.DivClassName
{
background-color: #F388E3;
}
.BgClassName
{
background-color: #F388E3;
}
</style>
border-color css
<style>
span { border-color: #F388E3; }
span { border-color: rgb(243,136,227); }
td.TdClassName
{
border-color: #F388E3;
}
.TagClassName
{
border-color: #F388E3;
}
</style>