Shades of Pale Magenta #F385DF
Tints of Pale Magenta #F385DF
RGB
CMYK
RGB Variations
Color information
#F385DF (or 0xF385DF) is known color: Pale Magenta. HEX triplet: F3, 85 and DF. RGB value is (243,133,223). Sum of RGB (Red+Green+Blue) = 243+133+223=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F385DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385DF is #0C7A20. Grayscale: #AFAFAF. Windows color (decimal): -817697 or 14648819. OLE color: 14648819.
HSL color Cylindrical-coordinate representation of color #F385DF: hue angle of 310.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385DF is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 223 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.05 |
| HSL | 310.91º | 0.82% | 0.74% | - |
| HSV(B) | 310.91º | 0.45% | 0.95% | - |
| XYZ | 58.67 | 41.16 | 74.66 | - |
| YUV | 176.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 223 | 0 | 0.45 | 0.08 | 0.05 | 310.91 | 0.82 | 0.74 |
| Hex | F3 | 85 | DF | 0 | 2D | 8 | 5 | 137 | 52 | 4A |
| Octal | 363 | 205 | 337 | 0 | 55 | 10 | 5 | 467 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11011111 | 0 | 101101 | 1000 | 101 | 100110111 | 1010010 | 1001010 |
Color Harmonies of #F385DF
Complementary color
Monochromatic Colors of #F385DF
Black with #F385DF
Text Example
Text Example
White with #F385DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385DF; }
p { color: rgb(243,133,223); }
H1.HeaderClassName
{
color: #F385DF;
}
.AnyTagClassName
{
color: #F385DF;
}
</style>
background-color css
<style>
a { background-color: #F385DF; }
a { background-color: rgb(243,133,223); }
div.DivClassName
{
background-color: #F385DF;
}
.BgClassName
{
background-color: #F385DF;
}
</style>
border-color css
<style>
span { border-color: #F385DF; }
span { border-color: rgb(243,133,223); }
td.TdClassName
{
border-color: #F385DF;
}
.TagClassName
{
border-color: #F385DF;
}
</style>