Shades of Pale Magenta #F286DB
Tints of Pale Magenta #F286DB
RGB
CMYK
RGB Variations
Color information
#F286DB (or 0xF286DB) is known color: Pale Magenta. HEX triplet: F2, 86 and DB. RGB value is (242,134,219). Sum of RGB (Red+Green+Blue) = 242+134+219=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F286DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286DB is #0D7924. Grayscale: #AFAFAF. Windows color (decimal): -882981 or 14386930. OLE color: 14386930.
HSL color Cylindrical-coordinate representation of color #F286DB: hue angle of 312.78º degrees, saturation: 0.81, 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 #F286DB is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 219 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.05 |
| HSL | 312.78º | 0.81% | 0.74% | - |
| HSV(B) | 312.78º | 0.45% | 0.95% | - |
| XYZ | 57.93 | 41.04 | 71.89 | - |
| YUV | 175.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 219 | 0 | 0.45 | 0.10 | 0.05 | 312.78 | 0.81 | 0.74 |
| Hex | F2 | 86 | DB | 0 | 2D | A | 5 | 139 | 51 | 4A |
| Octal | 362 | 206 | 333 | 0 | 55 | 12 | 5 | 471 | 121 | 112 |
| Binary | 11110010 | 10000110 | 11011011 | 0 | 101101 | 1010 | 101 | 100111001 | 1010001 | 1001010 |
Color Harmonies of #F286DB
Complementary color
Monochromatic Colors of #F286DB
Black with #F286DB
Text Example
Text Example
White with #F286DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286DB; }
p { color: rgb(242,134,219); }
H1.HeaderClassName
{
color: #F286DB;
}
.AnyTagClassName
{
color: #F286DB;
}
</style>
background-color css
<style>
a { background-color: #F286DB; }
a { background-color: rgb(242,134,219); }
div.DivClassName
{
background-color: #F286DB;
}
.BgClassName
{
background-color: #F286DB;
}
</style>
border-color css
<style>
span { border-color: #F286DB; }
span { border-color: rgb(242,134,219); }
td.TdClassName
{
border-color: #F286DB;
}
.TagClassName
{
border-color: #F286DB;
}
</style>