Shades of Pale Magenta #F384D9
Tints of Pale Magenta #F384D9
RGB
CMYK
RGB Variations
Color information
#F384D9 (or 0xF384D9) is known color: Pale Magenta. HEX triplet: F3, 84 and D9. RGB value is (243,132,217). Sum of RGB (Red+Green+Blue) = 243+132+217=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 132 (51.95% from 255 or 22.30% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F384D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384D9 is #0C7B26. Grayscale: #AEAEAE. Windows color (decimal): -817959 or 14255347. OLE color: 14255347.
HSL color Cylindrical-coordinate representation of color #F384D9: hue angle of 314.05º 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 #F384D9 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 217 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.05 |
| HSL | 314.05º | 0.82% | 0.74% | - |
| HSV(B) | 314.05º | 0.46% | 0.95% | - |
| XYZ | 57.74 | 40.57 | 70.43 | - |
| YUV | 174.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 217 | 0 | 0.46 | 0.11 | 0.05 | 314.05 | 0.82 | 0.74 |
| Hex | F3 | 84 | D9 | 0 | 2E | B | 5 | 13A | 52 | 4A |
| Octal | 363 | 204 | 331 | 0 | 56 | 13 | 5 | 472 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11011001 | 0 | 101110 | 1011 | 101 | 100111010 | 1010010 | 1001010 |
Color Harmonies of #F384D9
Complementary color
Monochromatic Colors of #F384D9
Black with #F384D9
Text Example
Text Example
White with #F384D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384D9; }
p { color: rgb(243,132,217); }
H1.HeaderClassName
{
color: #F384D9;
}
.AnyTagClassName
{
color: #F384D9;
}
</style>
background-color css
<style>
a { background-color: #F384D9; }
a { background-color: rgb(243,132,217); }
div.DivClassName
{
background-color: #F384D9;
}
.BgClassName
{
background-color: #F384D9;
}
</style>
border-color css
<style>
span { border-color: #F384D9; }
span { border-color: rgb(243,132,217); }
td.TdClassName
{
border-color: #F384D9;
}
.TagClassName
{
border-color: #F384D9;
}
</style>