Shades of Pale Magenta #F387E2
Tints of Pale Magenta #F387E2
RGB
CMYK
RGB Variations
Color information
#F387E2 (or 0xF387E2) is known color: Pale Magenta. HEX triplet: F3, 87 and E2. RGB value is (243,135,226). Sum of RGB (Red+Green+Blue) = 243+135+226=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 135 (53.12% from 255 or 22.35% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F387E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387E2 is #0C781D. Grayscale: #B1B1B1. Windows color (decimal): -817182 or 14845939. OLE color: 14845939.
HSL color Cylindrical-coordinate representation of color #F387E2: hue angle of 309.44º 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 #F387E2 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 135 | 226 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.05 |
| HSL | 309.44º | 0.82% | 0.74% | - |
| HSV(B) | 309.44º | 0.44% | 0.95% | - |
| XYZ | 59.35 | 41.87 | 76.91 | - |
| YUV | 177.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 135 | 226 | 0 | 0.44 | 0.07 | 0.05 | 309.44 | 0.82 | 0.74 |
| Hex | F3 | 87 | E2 | 0 | 2C | 7 | 5 | 135 | 52 | 4A |
| Octal | 363 | 207 | 342 | 0 | 54 | 7 | 5 | 465 | 122 | 112 |
| Binary | 11110011 | 10000111 | 11100010 | 0 | 101100 | 111 | 101 | 100110101 | 1010010 | 1001010 |
Color Harmonies of #F387E2
Complementary color
Monochromatic Colors of #F387E2
Black with #F387E2
Text Example
Text Example
White with #F387E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F387E2; }
p { color: rgb(243,135,226); }
H1.HeaderClassName
{
color: #F387E2;
}
.AnyTagClassName
{
color: #F387E2;
}
</style>
background-color css
<style>
a { background-color: #F387E2; }
a { background-color: rgb(243,135,226); }
div.DivClassName
{
background-color: #F387E2;
}
.BgClassName
{
background-color: #F387E2;
}
</style>
border-color css
<style>
span { border-color: #F387E2; }
span { border-color: rgb(243,135,226); }
td.TdClassName
{
border-color: #F387E2;
}
.TagClassName
{
border-color: #F387E2;
}
</style>