Shades of Pale Magenta #F286DF
Tints of Pale Magenta #F286DF
RGB
CMYK
RGB Variations
Color information
#F286DF (or 0xF286DF) is known color: Pale Magenta. HEX triplet: F2, 86 and DF. RGB value is (242,134,223). Sum of RGB (Red+Green+Blue) = 242+134+223=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F286DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286DF is #0D7920. Grayscale: #B0B0B0. Windows color (decimal): -882977 or 14649074. OLE color: 14649074.
HSL color Cylindrical-coordinate representation of color #F286DF: hue angle of 310.56º 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 #F286DF is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 223 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.05 |
| HSL | 310.56º | 0.81% | 0.74% | - |
| HSV(B) | 310.56º | 0.45% | 0.95% | - |
| XYZ | 58.46 | 41.26 | 74.69 | - |
| YUV | 176.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 223 | 0 | 0.45 | 0.08 | 0.05 | 310.56 | 0.81 | 0.74 |
| Hex | F2 | 86 | DF | 0 | 2D | 8 | 5 | 137 | 51 | 4A |
| Octal | 362 | 206 | 337 | 0 | 55 | 10 | 5 | 467 | 121 | 112 |
| Binary | 11110010 | 10000110 | 11011111 | 0 | 101101 | 1000 | 101 | 100110111 | 1010001 | 1001010 |
Color Harmonies of #F286DF
Complementary color
Monochromatic Colors of #F286DF
Black with #F286DF
Text Example
Text Example
White with #F286DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286DF; }
p { color: rgb(242,134,223); }
H1.HeaderClassName
{
color: #F286DF;
}
.AnyTagClassName
{
color: #F286DF;
}
</style>
background-color css
<style>
a { background-color: #F286DF; }
a { background-color: rgb(242,134,223); }
div.DivClassName
{
background-color: #F286DF;
}
.BgClassName
{
background-color: #F286DF;
}
</style>
border-color css
<style>
span { border-color: #F286DF; }
span { border-color: rgb(242,134,223); }
td.TdClassName
{
border-color: #F286DF;
}
.TagClassName
{
border-color: #F286DF;
}
</style>