Shades of Pale Magenta #F384D7
Tints of Pale Magenta #F384D7
RGB
CMYK
RGB Variations
Color information
#F384D7 (or 0xF384D7) is known color: Pale Magenta. HEX triplet: F3, 84 and D7. RGB value is (243,132,215). Sum of RGB (Red+Green+Blue) = 243+132+215=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F384D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384D7 is #0C7B28. Grayscale: #AEAEAE. Windows color (decimal): -817961 or 14124275. OLE color: 14124275.
HSL color Cylindrical-coordinate representation of color #F384D7: hue angle of 315.14º 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 #F384D7 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 215 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.05 |
| HSL | 315.14º | 0.82% | 0.74% | - |
| HSV(B) | 315.14º | 0.46% | 0.95% | - |
| XYZ | 57.48 | 40.46 | 69.07 | - |
| YUV | 174.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 215 | 0 | 0.46 | 0.12 | 0.05 | 315.14 | 0.82 | 0.74 |
| Hex | F3 | 84 | D7 | 0 | 2E | C | 5 | 13B | 52 | 4A |
| Octal | 363 | 204 | 327 | 0 | 56 | 14 | 5 | 473 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11010111 | 0 | 101110 | 1100 | 101 | 100111011 | 1010010 | 1001010 |
Color Harmonies of #F384D7
Complementary color
Monochromatic Colors of #F384D7
Black with #F384D7
Text Example
Text Example
White with #F384D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384D7; }
p { color: rgb(243,132,215); }
H1.HeaderClassName
{
color: #F384D7;
}
.AnyTagClassName
{
color: #F384D7;
}
</style>
background-color css
<style>
a { background-color: #F384D7; }
a { background-color: rgb(243,132,215); }
div.DivClassName
{
background-color: #F384D7;
}
.BgClassName
{
background-color: #F384D7;
}
</style>
border-color css
<style>
span { border-color: #F384D7; }
span { border-color: rgb(243,132,215); }
td.TdClassName
{
border-color: #F384D7;
}
.TagClassName
{
border-color: #F384D7;
}
</style>