Shades of Pale Magenta #F384D4
Tints of Pale Magenta #F384D4
RGB
CMYK
RGB Variations
Color information
#F384D4 (or 0xF384D4) is known color: Pale Magenta. HEX triplet: F3, 84 and D4. RGB value is (243,132,212). Sum of RGB (Red+Green+Blue) = 243+132+212=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F384D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384D4 is #0C7B2B. Grayscale: #AEAEAE. Windows color (decimal): -817964 or 13927667. OLE color: 13927667.
HSL color Cylindrical-coordinate representation of color #F384D4: hue angle of 316.76º 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 #F384D4 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 212 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.05 |
| HSL | 316.76º | 0.82% | 0.74% | - |
| HSV(B) | 316.76º | 0.46% | 0.95% | - |
| XYZ | 57.1 | 40.31 | 67.06 | - |
| YUV | 174.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 212 | 0 | 0.46 | 0.13 | 0.05 | 316.76 | 0.82 | 0.74 |
| Hex | F3 | 84 | D4 | 0 | 2E | D | 5 | 13D | 52 | 4A |
| Octal | 363 | 204 | 324 | 0 | 56 | 15 | 5 | 475 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11010100 | 0 | 101110 | 1101 | 101 | 100111101 | 1010010 | 1001010 |
Color Harmonies of #F384D4
Complementary color
Monochromatic Colors of #F384D4
Black with #F384D4
Text Example
Text Example
White with #F384D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384D4; }
p { color: rgb(243,132,212); }
H1.HeaderClassName
{
color: #F384D4;
}
.AnyTagClassName
{
color: #F384D4;
}
</style>
background-color css
<style>
a { background-color: #F384D4; }
a { background-color: rgb(243,132,212); }
div.DivClassName
{
background-color: #F384D4;
}
.BgClassName
{
background-color: #F384D4;
}
</style>
border-color css
<style>
span { border-color: #F384D4; }
span { border-color: rgb(243,132,212); }
td.TdClassName
{
border-color: #F384D4;
}
.TagClassName
{
border-color: #F384D4;
}
</style>