Shades of Pale Magenta #F384DC
Tints of Pale Magenta #F384DC
RGB
CMYK
RGB Variations
Color information
#F384DC (or 0xF384DC) is known color: Pale Magenta. HEX triplet: F3, 84 and DC. RGB value is (243,132,220). Sum of RGB (Red+Green+Blue) = 243+132+220=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F384DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384DC is #0C7B23. Grayscale: #AEAEAE. Windows color (decimal): -817956 or 14451955. OLE color: 14451955.
HSL color Cylindrical-coordinate representation of color #F384DC: hue angle of 312.43º 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 #F384DC is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 220 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.05 |
| HSL | 312.43º | 0.82% | 0.74% | - |
| HSV(B) | 312.43º | 0.46% | 0.95% | - |
| XYZ | 58.13 | 40.72 | 72.51 | - |
| YUV | 175.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 220 | 0 | 0.46 | 0.09 | 0.05 | 312.43 | 0.82 | 0.74 |
| Hex | F3 | 84 | DC | 0 | 2E | 9 | 5 | 138 | 52 | 4A |
| Octal | 363 | 204 | 334 | 0 | 56 | 11 | 5 | 470 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11011100 | 0 | 101110 | 1001 | 101 | 100111000 | 1010010 | 1001010 |
Color Harmonies of #F384DC
Complementary color
Monochromatic Colors of #F384DC
Black with #F384DC
Text Example
Text Example
White with #F384DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384DC; }
p { color: rgb(243,132,220); }
H1.HeaderClassName
{
color: #F384DC;
}
.AnyTagClassName
{
color: #F384DC;
}
</style>
background-color css
<style>
a { background-color: #F384DC; }
a { background-color: rgb(243,132,220); }
div.DivClassName
{
background-color: #F384DC;
}
.BgClassName
{
background-color: #F384DC;
}
</style>
border-color css
<style>
span { border-color: #F384DC; }
span { border-color: rgb(243,132,220); }
td.TdClassName
{
border-color: #F384DC;
}
.TagClassName
{
border-color: #F384DC;
}
</style>