Shades of Pale Magenta #F393E5
Tints of Pale Magenta #F393E5
RGB
CMYK
RGB Variations
Color information
#F393E5 (or 0xF393E5) is known color: Pale Magenta. HEX triplet: F3, 93 and E5. RGB value is (243,147,229). Sum of RGB (Red+Green+Blue) = 243+147+229=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F393E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393E5 is #0C6C1A. Grayscale: #B8B8B8. Windows color (decimal): -814107 or 15045619. OLE color: 15045619.
HSL color Cylindrical-coordinate representation of color #F393E5: hue angle of 308.75º 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 #F393E5 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 229 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.05 |
| HSL | 308.75º | 0.8% | 0.76% | - |
| HSV(B) | 308.75º | 0.4% | 0.95% | - |
| XYZ | 61.54 | 45.58 | 79.68 | - |
| YUV | 185.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 229 | 0 | 0.40 | 0.06 | 0.05 | 308.75 | 0.8 | 0.76 |
| Hex | F3 | 93 | E5 | 0 | 28 | 6 | 5 | 135 | 50 | 4C |
| Octal | 363 | 223 | 345 | 0 | 50 | 6 | 5 | 465 | 120 | 114 |
| Binary | 11110011 | 10010011 | 11100101 | 0 | 101000 | 110 | 101 | 100110101 | 1010000 | 1001100 |
Color Harmonies of #F393E5
Complementary color
Monochromatic Colors of #F393E5
Black with #F393E5
Text Example
Text Example
White with #F393E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393E5; }
p { color: rgb(243,147,229); }
H1.HeaderClassName
{
color: #F393E5;
}
.AnyTagClassName
{
color: #F393E5;
}
</style>
background-color css
<style>
a { background-color: #F393E5; }
a { background-color: rgb(243,147,229); }
div.DivClassName
{
background-color: #F393E5;
}
.BgClassName
{
background-color: #F393E5;
}
</style>
border-color css
<style>
span { border-color: #F393E5; }
span { border-color: rgb(243,147,229); }
td.TdClassName
{
border-color: #F393E5;
}
.TagClassName
{
border-color: #F393E5;
}
</style>