Shades of Pale Magenta #F284D9
Tints of Pale Magenta #F284D9
RGB
CMYK
RGB Variations
Color information
#F284D9 (or 0xF284D9) is known color: Pale Magenta. HEX triplet: F2, 84 and D9. RGB value is (242,132,217). Sum of RGB (Red+Green+Blue) = 242+132+217=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F284D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284D9 is #0D7B26. Grayscale: #AEAEAE. Windows color (decimal): -883495 or 14255346. OLE color: 14255346.
HSL color Cylindrical-coordinate representation of color #F284D9: hue angle of 313.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F284D9 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 217 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.05 |
| HSL | 313.64º | 0.81% | 0.73% | - |
| HSV(B) | 313.64º | 0.45% | 0.95% | - |
| XYZ | 57.39 | 40.39 | 70.42 | - |
| YUV | 174.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 217 | 0 | 0.45 | 0.10 | 0.05 | 313.64 | 0.81 | 0.73 |
| Hex | F2 | 84 | D9 | 0 | 2D | A | 5 | 13A | 51 | 49 |
| Octal | 362 | 204 | 331 | 0 | 55 | 12 | 5 | 472 | 121 | 111 |
| Binary | 11110010 | 10000100 | 11011001 | 0 | 101101 | 1010 | 101 | 100111010 | 1010001 | 1001001 |
Color Harmonies of #F284D9
Complementary color
Monochromatic Colors of #F284D9
Black with #F284D9
Text Example
Text Example
White with #F284D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F284D9; }
p { color: rgb(242,132,217); }
H1.HeaderClassName
{
color: #F284D9;
}
.AnyTagClassName
{
color: #F284D9;
}
</style>
background-color css
<style>
a { background-color: #F284D9; }
a { background-color: rgb(242,132,217); }
div.DivClassName
{
background-color: #F284D9;
}
.BgClassName
{
background-color: #F284D9;
}
</style>
border-color css
<style>
span { border-color: #F284D9; }
span { border-color: rgb(242,132,217); }
td.TdClassName
{
border-color: #F284D9;
}
.TagClassName
{
border-color: #F284D9;
}
</style>