Shades of Pale Magenta #F385DA
Tints of Pale Magenta #F385DA
RGB
CMYK
RGB Variations
Color information
#F385DA (or 0xF385DA) is known color: Pale Magenta. HEX triplet: F3, 85 and DA. RGB value is (243,133,218). Sum of RGB (Red+Green+Blue) = 243+133+218=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F385DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385DA is #0C7A25. Grayscale: #AFAFAF. Windows color (decimal): -817702 or 14321139. OLE color: 14321139.
HSL color Cylindrical-coordinate representation of color #F385DA: hue angle of 313.64º 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 #F385DA is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 218 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.05 |
| HSL | 313.64º | 0.82% | 0.74% | - |
| HSV(B) | 313.64º | 0.45% | 0.95% | - |
| XYZ | 58 | 40.89 | 71.17 | - |
| YUV | 175.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 218 | 0 | 0.45 | 0.10 | 0.05 | 313.64 | 0.82 | 0.74 |
| Hex | F3 | 85 | DA | 0 | 2D | A | 5 | 13A | 52 | 4A |
| Octal | 363 | 205 | 332 | 0 | 55 | 12 | 5 | 472 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11011010 | 0 | 101101 | 1010 | 101 | 100111010 | 1010010 | 1001010 |
Color Harmonies of #F385DA
Complementary color
Monochromatic Colors of #F385DA
Black with #F385DA
Text Example
Text Example
White with #F385DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385DA; }
p { color: rgb(243,133,218); }
H1.HeaderClassName
{
color: #F385DA;
}
.AnyTagClassName
{
color: #F385DA;
}
</style>
background-color css
<style>
a { background-color: #F385DA; }
a { background-color: rgb(243,133,218); }
div.DivClassName
{
background-color: #F385DA;
}
.BgClassName
{
background-color: #F385DA;
}
</style>
border-color css
<style>
span { border-color: #F385DA; }
span { border-color: rgb(243,133,218); }
td.TdClassName
{
border-color: #F385DA;
}
.TagClassName
{
border-color: #F385DA;
}
</style>