Shades of Pale Magenta #F386DB
Tints of Pale Magenta #F386DB
RGB
CMYK
RGB Variations
Color information
#F386DB (or 0xF386DB) is known color: Pale Magenta. HEX triplet: F3, 86 and DB. RGB value is (243,134,219). Sum of RGB (Red+Green+Blue) = 243+134+219=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F386DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386DB is #0C7924. Grayscale: #B0B0B0. Windows color (decimal): -817445 or 14386931. OLE color: 14386931.
HSL color Cylindrical-coordinate representation of color #F386DB: hue angle of 313.21º 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 #F386DB is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 219 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.05 |
| HSL | 313.21º | 0.82% | 0.74% | - |
| HSV(B) | 313.21º | 0.45% | 0.95% | - |
| XYZ | 58.27 | 41.22 | 71.9 | - |
| YUV | 176.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 219 | 0 | 0.45 | 0.10 | 0.05 | 313.21 | 0.82 | 0.74 |
| Hex | F3 | 86 | DB | 0 | 2D | A | 5 | 139 | 52 | 4A |
| Octal | 363 | 206 | 333 | 0 | 55 | 12 | 5 | 471 | 122 | 112 |
| Binary | 11110011 | 10000110 | 11011011 | 0 | 101101 | 1010 | 101 | 100111001 | 1010010 | 1001010 |
Color Harmonies of #F386DB
Complementary color
Monochromatic Colors of #F386DB
Black with #F386DB
Text Example
Text Example
White with #F386DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386DB; }
p { color: rgb(243,134,219); }
H1.HeaderClassName
{
color: #F386DB;
}
.AnyTagClassName
{
color: #F386DB;
}
</style>
background-color css
<style>
a { background-color: #F386DB; }
a { background-color: rgb(243,134,219); }
div.DivClassName
{
background-color: #F386DB;
}
.BgClassName
{
background-color: #F386DB;
}
</style>
border-color css
<style>
span { border-color: #F386DB; }
span { border-color: rgb(243,134,219); }
td.TdClassName
{
border-color: #F386DB;
}
.TagClassName
{
border-color: #F386DB;
}
</style>