Shades of Pale Magenta #F384E8
Tints of Pale Magenta #F384E8
RGB
CMYK
RGB Variations
Color information
#F384E8 (or 0xF384E8) is known color: Pale Magenta. HEX triplet: F3, 84 and E8. RGB value is (243,132,232). Sum of RGB (Red+Green+Blue) = 243+132+232=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F384E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384E8 is #0C7B17. Grayscale: #B0B0B0. Windows color (decimal): -817944 or 15238387. OLE color: 15238387.
HSL color Cylindrical-coordinate representation of color #F384E8: hue angle of 305.95º 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 #F384E8 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 232 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.05 |
| HSL | 305.95º | 0.82% | 0.74% | - |
| HSV(B) | 305.95º | 0.46% | 0.95% | - |
| XYZ | 59.78 | 41.38 | 81.18 | - |
| YUV | 176.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 232 | 0 | 0.46 | 0.05 | 0.05 | 305.95 | 0.82 | 0.74 |
| Hex | F3 | 84 | E8 | 0 | 2E | 5 | 5 | 132 | 52 | 4A |
| Octal | 363 | 204 | 350 | 0 | 56 | 5 | 5 | 462 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11101000 | 0 | 101110 | 101 | 101 | 100110010 | 1010010 | 1001010 |
Color Harmonies of #F384E8
Complementary color
Monochromatic Colors of #F384E8
Black with #F384E8
Text Example
Text Example
White with #F384E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384E8; }
p { color: rgb(243,132,232); }
H1.HeaderClassName
{
color: #F384E8;
}
.AnyTagClassName
{
color: #F384E8;
}
</style>
background-color css
<style>
a { background-color: #F384E8; }
a { background-color: rgb(243,132,232); }
div.DivClassName
{
background-color: #F384E8;
}
.BgClassName
{
background-color: #F384E8;
}
</style>
border-color css
<style>
span { border-color: #F384E8; }
span { border-color: rgb(243,132,232); }
td.TdClassName
{
border-color: #F384E8;
}
.TagClassName
{
border-color: #F384E8;
}
</style>