Shades of Pale Magenta #F384DF
Tints of Pale Magenta #F384DF
RGB
CMYK
RGB Variations
Color information
#F384DF (or 0xF384DF) is known color: Pale Magenta. HEX triplet: F3, 84 and DF. RGB value is (243,132,223). Sum of RGB (Red+Green+Blue) = 243+132+223=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 132 (51.95% from 255 or 22.07% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F384DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384DF is #0C7B20. Grayscale: #AFAFAF. Windows color (decimal): -817953 or 14648563. OLE color: 14648563.
HSL color Cylindrical-coordinate representation of color #F384DF: hue angle of 310.81º 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 #F384DF is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 223 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.05 |
| HSL | 310.81º | 0.82% | 0.74% | - |
| HSV(B) | 310.81º | 0.46% | 0.95% | - |
| XYZ | 58.53 | 40.88 | 74.62 | - |
| YUV | 175.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 223 | 0 | 0.46 | 0.08 | 0.05 | 310.81 | 0.82 | 0.74 |
| Hex | F3 | 84 | DF | 0 | 2E | 8 | 5 | 137 | 52 | 4A |
| Octal | 363 | 204 | 337 | 0 | 56 | 10 | 5 | 467 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11011111 | 0 | 101110 | 1000 | 101 | 100110111 | 1010010 | 1001010 |
Color Harmonies of #F384DF
Complementary color
Monochromatic Colors of #F384DF
Black with #F384DF
Text Example
Text Example
White with #F384DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384DF; }
p { color: rgb(243,132,223); }
H1.HeaderClassName
{
color: #F384DF;
}
.AnyTagClassName
{
color: #F384DF;
}
</style>
background-color css
<style>
a { background-color: #F384DF; }
a { background-color: rgb(243,132,223); }
div.DivClassName
{
background-color: #F384DF;
}
.BgClassName
{
background-color: #F384DF;
}
</style>
border-color css
<style>
span { border-color: #F384DF; }
span { border-color: rgb(243,132,223); }
td.TdClassName
{
border-color: #F384DF;
}
.TagClassName
{
border-color: #F384DF;
}
</style>