Shades of Pale Magenta #F384DA
Tints of Pale Magenta #F384DA
RGB
CMYK
RGB Variations
Color information
#F384DA (or 0xF384DA) is known color: Pale Magenta. HEX triplet: F3, 84 and DA. RGB value is (243,132,218). Sum of RGB (Red+Green+Blue) = 243+132+218=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F384DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384DA is #0C7B25. Grayscale: #AEAEAE. Windows color (decimal): -817958 or 14320883. OLE color: 14320883.
HSL color Cylindrical-coordinate representation of color #F384DA: hue angle of 313.51º 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 #F384DA is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 218 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.05 |
| HSL | 313.51º | 0.82% | 0.74% | - |
| HSV(B) | 313.51º | 0.46% | 0.95% | - |
| XYZ | 57.87 | 40.62 | 71.12 | - |
| YUV | 174.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 218 | 0 | 0.46 | 0.10 | 0.05 | 313.51 | 0.82 | 0.74 |
| Hex | F3 | 84 | DA | 0 | 2E | A | 5 | 13A | 52 | 4A |
| Octal | 363 | 204 | 332 | 0 | 56 | 12 | 5 | 472 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11011010 | 0 | 101110 | 1010 | 101 | 100111010 | 1010010 | 1001010 |
Color Harmonies of #F384DA
Complementary color
Monochromatic Colors of #F384DA
Black with #F384DA
Text Example
Text Example
White with #F384DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384DA; }
p { color: rgb(243,132,218); }
H1.HeaderClassName
{
color: #F384DA;
}
.AnyTagClassName
{
color: #F384DA;
}
</style>
background-color css
<style>
a { background-color: #F384DA; }
a { background-color: rgb(243,132,218); }
div.DivClassName
{
background-color: #F384DA;
}
.BgClassName
{
background-color: #F384DA;
}
</style>
border-color css
<style>
span { border-color: #F384DA; }
span { border-color: rgb(243,132,218); }
td.TdClassName
{
border-color: #F384DA;
}
.TagClassName
{
border-color: #F384DA;
}
</style>