Shades of Pale Magenta #F384DB
Tints of Pale Magenta #F384DB
RGB
CMYK
RGB Variations
Color information
#F384DB (or 0xF384DB) is known color: Pale Magenta. HEX triplet: F3, 84 and DB. RGB value is (243,132,219). Sum of RGB (Red+Green+Blue) = 243+132+219=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F384DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384DB is #0C7B24. Grayscale: #AEAEAE. Windows color (decimal): -817957 or 14386419. OLE color: 14386419.
HSL color Cylindrical-coordinate representation of color #F384DB: hue angle of 312.97º 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 #F384DB is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 219 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.05 |
| HSL | 312.97º | 0.82% | 0.74% | - |
| HSV(B) | 312.97º | 0.46% | 0.95% | - |
| XYZ | 58 | 40.67 | 71.81 | - |
| YUV | 175.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 219 | 0 | 0.46 | 0.10 | 0.05 | 312.97 | 0.82 | 0.74 |
| Hex | F3 | 84 | DB | 0 | 2E | A | 5 | 139 | 52 | 4A |
| Octal | 363 | 204 | 333 | 0 | 56 | 12 | 5 | 471 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11011011 | 0 | 101110 | 1010 | 101 | 100111001 | 1010010 | 1001010 |
Color Harmonies of #F384DB
Complementary color
Monochromatic Colors of #F384DB
Black with #F384DB
Text Example
Text Example
White with #F384DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384DB; }
p { color: rgb(243,132,219); }
H1.HeaderClassName
{
color: #F384DB;
}
.AnyTagClassName
{
color: #F384DB;
}
</style>
background-color css
<style>
a { background-color: #F384DB; }
a { background-color: rgb(243,132,219); }
div.DivClassName
{
background-color: #F384DB;
}
.BgClassName
{
background-color: #F384DB;
}
</style>
border-color css
<style>
span { border-color: #F384DB; }
span { border-color: rgb(243,132,219); }
td.TdClassName
{
border-color: #F384DB;
}
.TagClassName
{
border-color: #F384DB;
}
</style>