Shades of Pale Magenta #F387DB
Tints of Pale Magenta #F387DB
RGB
CMYK
RGB Variations
Color information
#F387DB (or 0xF387DB) is known color: Pale Magenta. HEX triplet: F3, 87 and DB. RGB value is (243,135,219). Sum of RGB (Red+Green+Blue) = 243+135+219=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 135 (53.12% from 255 or 22.61% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F387DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387DB is #0C7824. Grayscale: #B0B0B0. Windows color (decimal): -817189 or 14387187. OLE color: 14387187.
HSL color Cylindrical-coordinate representation of color #F387DB: hue angle of 313.33º 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 #F387DB is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 135 | 219 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.05 |
| HSL | 313.33º | 0.82% | 0.74% | - |
| HSV(B) | 313.33º | 0.44% | 0.95% | - |
| XYZ | 58.41 | 41.5 | 71.95 | - |
| YUV | 176.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 135 | 219 | 0 | 0.44 | 0.10 | 0.05 | 313.33 | 0.82 | 0.74 |
| Hex | F3 | 87 | DB | 0 | 2C | A | 5 | 139 | 52 | 4A |
| Octal | 363 | 207 | 333 | 0 | 54 | 12 | 5 | 471 | 122 | 112 |
| Binary | 11110011 | 10000111 | 11011011 | 0 | 101100 | 1010 | 101 | 100111001 | 1010010 | 1001010 |
Color Harmonies of #F387DB
Complementary color
Monochromatic Colors of #F387DB
Black with #F387DB
Text Example
Text Example
White with #F387DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F387DB; }
p { color: rgb(243,135,219); }
H1.HeaderClassName
{
color: #F387DB;
}
.AnyTagClassName
{
color: #F387DB;
}
</style>
background-color css
<style>
a { background-color: #F387DB; }
a { background-color: rgb(243,135,219); }
div.DivClassName
{
background-color: #F387DB;
}
.BgClassName
{
background-color: #F387DB;
}
</style>
border-color css
<style>
span { border-color: #F387DB; }
span { border-color: rgb(243,135,219); }
td.TdClassName
{
border-color: #F387DB;
}
.TagClassName
{
border-color: #F387DB;
}
</style>