Shades of Pale Magenta #F384D3
Tints of Pale Magenta #F384D3
RGB
CMYK
RGB Variations
Color information
#F384D3 (or 0xF384D3) is known color: Pale Magenta. HEX triplet: F3, 84 and D3. RGB value is (243,132,211). Sum of RGB (Red+Green+Blue) = 243+132+211=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F384D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384D3 is #0C7B2C. Grayscale: #ADADAD. Windows color (decimal): -817965 or 13862131. OLE color: 13862131.
HSL color Cylindrical-coordinate representation of color #F384D3: hue angle of 317.3º 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 #F384D3 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 211 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.05 |
| HSL | 317.3º | 0.82% | 0.74% | - |
| HSV(B) | 317.3º | 0.46% | 0.95% | - |
| XYZ | 56.97 | 40.26 | 66.4 | - |
| YUV | 174.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 211 | 0 | 0.46 | 0.13 | 0.05 | 317.3 | 0.82 | 0.74 |
| Hex | F3 | 84 | D3 | 0 | 2E | D | 5 | 13D | 52 | 4A |
| Octal | 363 | 204 | 323 | 0 | 56 | 15 | 5 | 475 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11010011 | 0 | 101110 | 1101 | 101 | 100111101 | 1010010 | 1001010 |
Color Harmonies of #F384D3
Complementary color
Monochromatic Colors of #F384D3
Black with #F384D3
Text Example
Text Example
White with #F384D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384D3; }
p { color: rgb(243,132,211); }
H1.HeaderClassName
{
color: #F384D3;
}
.AnyTagClassName
{
color: #F384D3;
}
</style>
background-color css
<style>
a { background-color: #F384D3; }
a { background-color: rgb(243,132,211); }
div.DivClassName
{
background-color: #F384D3;
}
.BgClassName
{
background-color: #F384D3;
}
</style>
border-color css
<style>
span { border-color: #F384D3; }
span { border-color: rgb(243,132,211); }
td.TdClassName
{
border-color: #F384D3;
}
.TagClassName
{
border-color: #F384D3;
}
</style>