Shades of Pale Magenta #F391E3
Tints of Pale Magenta #F391E3
RGB
CMYK
RGB Variations
Color information
#F391E3 (or 0xF391E3) is known color: Pale Magenta. HEX triplet: F3, 91 and E3. RGB value is (243,145,227). Sum of RGB (Red+Green+Blue) = 243+145+227=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 145 (57.03% from 255 or 23.58% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F391E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391E3 is #0C6E1C. Grayscale: #B7B7B7. Windows color (decimal): -814621 or 14914035. OLE color: 14914035.
HSL color Cylindrical-coordinate representation of color #F391E3: hue angle of 309.8º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F391E3 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 145 | 227 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.05 |
| HSL | 309.8º | 0.8% | 0.76% | - |
| HSV(B) | 309.8º | 0.4% | 0.95% | - |
| XYZ | 60.95 | 44.85 | 78.12 | - |
| YUV | 183.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 145 | 227 | 0 | 0.40 | 0.07 | 0.05 | 309.8 | 0.8 | 0.76 |
| Hex | F3 | 91 | E3 | 0 | 28 | 7 | 5 | 136 | 50 | 4C |
| Octal | 363 | 221 | 343 | 0 | 50 | 7 | 5 | 466 | 120 | 114 |
| Binary | 11110011 | 10010001 | 11100011 | 0 | 101000 | 111 | 101 | 100110110 | 1010000 | 1001100 |
Color Harmonies of #F391E3
Complementary color
Monochromatic Colors of #F391E3
Black with #F391E3
Text Example
Text Example
White with #F391E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F391E3; }
p { color: rgb(243,145,227); }
H1.HeaderClassName
{
color: #F391E3;
}
.AnyTagClassName
{
color: #F391E3;
}
</style>
background-color css
<style>
a { background-color: #F391E3; }
a { background-color: rgb(243,145,227); }
div.DivClassName
{
background-color: #F391E3;
}
.BgClassName
{
background-color: #F391E3;
}
</style>
border-color css
<style>
span { border-color: #F391E3; }
span { border-color: rgb(243,145,227); }
td.TdClassName
{
border-color: #F391E3;
}
.TagClassName
{
border-color: #F391E3;
}
</style>