Shades of Pale Magenta #F384E5
Tints of Pale Magenta #F384E5
RGB
CMYK
RGB Variations
Color information
#F384E5 (or 0xF384E5) is known color: Pale Magenta. HEX triplet: F3, 84 and E5. RGB value is (243,132,229). Sum of RGB (Red+Green+Blue) = 243+132+229=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F384E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384E5 is #0C7B1A. Grayscale: #AFAFAF. Windows color (decimal): -817947 or 15041779. OLE color: 15041779.
HSL color Cylindrical-coordinate representation of color #F384E5: hue angle of 307.57º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F384E5 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 229 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.05 |
| HSL | 307.57º | 0.82% | 0.74% | - |
| HSV(B) | 307.57º | 0.46% | 0.95% | - |
| XYZ | 59.36 | 41.21 | 78.96 | - |
| YUV | 176.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 229 | 0 | 0.46 | 0.06 | 0.05 | 307.57 | 0.82 | 0.74 |
| Hex | F3 | 84 | E5 | 0 | 2E | 6 | 5 | 134 | 52 | 4A |
| Octal | 363 | 204 | 345 | 0 | 56 | 6 | 5 | 464 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11100101 | 0 | 101110 | 110 | 101 | 100110100 | 1010010 | 1001010 |
Color Harmonies of #F384E5
Complementary color
Monochromatic Colors of #F384E5
Black with #F384E5
Text Example
Text Example
White with #F384E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384E5; }
p { color: rgb(243,132,229); }
H1.HeaderClassName
{
color: #F384E5;
}
.AnyTagClassName
{
color: #F384E5;
}
</style>
background-color css
<style>
a { background-color: #F384E5; }
a { background-color: rgb(243,132,229); }
div.DivClassName
{
background-color: #F384E5;
}
.BgClassName
{
background-color: #F384E5;
}
</style>
border-color css
<style>
span { border-color: #F384E5; }
span { border-color: rgb(243,132,229); }
td.TdClassName
{
border-color: #F384E5;
}
.TagClassName
{
border-color: #F384E5;
}
</style>