Shades of Pale Magenta #F383E1
Tints of Pale Magenta #F383E1
RGB
CMYK
RGB Variations
Color information
#F383E1 (or 0xF383E1) is known color: Pale Magenta. HEX triplet: F3, 83 and E1. RGB value is (243,131,225). Sum of RGB (Red+Green+Blue) = 243+131+225=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 131 (51.56% from 255 or 21.87% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F383E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383E1 is #0C7C1E. Grayscale: #AEAEAE. Windows color (decimal): -818207 or 14779379. OLE color: 14779379.
HSL color Cylindrical-coordinate representation of color #F383E1: hue angle of 309.64º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383E1 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 225 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.05 |
| HSL | 309.64º | 0.82% | 0.73% | - |
| HSV(B) | 309.64º | 0.46% | 0.95% | - |
| XYZ | 58.67 | 40.72 | 76 | - |
| YUV | 175.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 225 | 0 | 0.46 | 0.07 | 0.05 | 309.64 | 0.82 | 0.73 |
| Hex | F3 | 83 | E1 | 0 | 2E | 7 | 5 | 136 | 52 | 49 |
| Octal | 363 | 203 | 341 | 0 | 56 | 7 | 5 | 466 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11100001 | 0 | 101110 | 111 | 101 | 100110110 | 1010010 | 1001001 |
Color Harmonies of #F383E1
Complementary color
Monochromatic Colors of #F383E1
Black with #F383E1
Text Example
Text Example
White with #F383E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383E1; }
p { color: rgb(243,131,225); }
H1.HeaderClassName
{
color: #F383E1;
}
.AnyTagClassName
{
color: #F383E1;
}
</style>
background-color css
<style>
a { background-color: #F383E1; }
a { background-color: rgb(243,131,225); }
div.DivClassName
{
background-color: #F383E1;
}
.BgClassName
{
background-color: #F383E1;
}
</style>
border-color css
<style>
span { border-color: #F383E1; }
span { border-color: rgb(243,131,225); }
td.TdClassName
{
border-color: #F383E1;
}
.TagClassName
{
border-color: #F383E1;
}
</style>