Shades of Pale Magenta #F286DD
Tints of Pale Magenta #F286DD
RGB
CMYK
RGB Variations
Color information
#F286DD (or 0xF286DD) is known color: Pale Magenta. HEX triplet: F2, 86 and DD. RGB value is (242,134,221). Sum of RGB (Red+Green+Blue) = 242+134+221=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F286DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286DD is #0D7922. Grayscale: #AFAFAF. Windows color (decimal): -882979 or 14518002. OLE color: 14518002.
HSL color Cylindrical-coordinate representation of color #F286DD: hue angle of 311.67º 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 #F286DD is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 221 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.05 |
| HSL | 311.67º | 0.81% | 0.74% | - |
| HSV(B) | 311.67º | 0.45% | 0.95% | - |
| XYZ | 58.19 | 41.15 | 73.28 | - |
| YUV | 176.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 221 | 0 | 0.45 | 0.09 | 0.05 | 311.67 | 0.81 | 0.74 |
| Hex | F2 | 86 | DD | 0 | 2D | 9 | 5 | 138 | 51 | 4A |
| Octal | 362 | 206 | 335 | 0 | 55 | 11 | 5 | 470 | 121 | 112 |
| Binary | 11110010 | 10000110 | 11011101 | 0 | 101101 | 1001 | 101 | 100111000 | 1010001 | 1001010 |
Color Harmonies of #F286DD
Complementary color
Monochromatic Colors of #F286DD
Black with #F286DD
Text Example
Text Example
White with #F286DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286DD; }
p { color: rgb(242,134,221); }
H1.HeaderClassName
{
color: #F286DD;
}
.AnyTagClassName
{
color: #F286DD;
}
</style>
background-color css
<style>
a { background-color: #F286DD; }
a { background-color: rgb(242,134,221); }
div.DivClassName
{
background-color: #F286DD;
}
.BgClassName
{
background-color: #F286DD;
}
</style>
border-color css
<style>
span { border-color: #F286DD; }
span { border-color: rgb(242,134,221); }
td.TdClassName
{
border-color: #F286DD;
}
.TagClassName
{
border-color: #F286DD;
}
</style>