Shades of Pale Magenta #F387DA
Tints of Pale Magenta #F387DA
RGB
CMYK
RGB Variations
Color information
#F387DA (or 0xF387DA) is known color: Pale Magenta. HEX triplet: F3, 87 and DA. RGB value is (243,135,218). Sum of RGB (Red+Green+Blue) = 243+135+218=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 135 (53.12% from 255 or 22.65% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F387DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387DA is #0C7825. Grayscale: #B0B0B0. Windows color (decimal): -817190 or 14321651. OLE color: 14321651.
HSL color Cylindrical-coordinate representation of color #F387DA: hue angle of 313.89º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F387DA is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 135 | 218 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.05 |
| HSL | 313.89º | 0.82% | 0.74% | - |
| HSV(B) | 313.89º | 0.44% | 0.95% | - |
| XYZ | 58.28 | 41.44 | 71.26 | - |
| YUV | 176.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 135 | 218 | 0 | 0.44 | 0.10 | 0.05 | 313.89 | 0.82 | 0.74 |
| Hex | F3 | 87 | DA | 0 | 2C | A | 5 | 13A | 52 | 4A |
| Octal | 363 | 207 | 332 | 0 | 54 | 12 | 5 | 472 | 122 | 112 |
| Binary | 11110011 | 10000111 | 11011010 | 0 | 101100 | 1010 | 101 | 100111010 | 1010010 | 1001010 |
Color Harmonies of #F387DA
Complementary color
Monochromatic Colors of #F387DA
Black with #F387DA
Text Example
Text Example
White with #F387DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F387DA; }
p { color: rgb(243,135,218); }
H1.HeaderClassName
{
color: #F387DA;
}
.AnyTagClassName
{
color: #F387DA;
}
</style>
background-color css
<style>
a { background-color: #F387DA; }
a { background-color: rgb(243,135,218); }
div.DivClassName
{
background-color: #F387DA;
}
.BgClassName
{
background-color: #F387DA;
}
</style>
border-color css
<style>
span { border-color: #F387DA; }
span { border-color: rgb(243,135,218); }
td.TdClassName
{
border-color: #F387DA;
}
.TagClassName
{
border-color: #F387DA;
}
</style>