Shades of Pale Magenta #F282D9
Tints of Pale Magenta #F282D9
RGB
CMYK
RGB Variations
Color information
#F282D9 (or 0xF282D9) is known color: Pale Magenta. HEX triplet: F2, 82 and D9. RGB value is (242,130,217). Sum of RGB (Red+Green+Blue) = 242+130+217=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F282D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282D9 is #0D7D26. Grayscale: #ADADAD. Windows color (decimal): -884007 or 14254834. OLE color: 14254834.
HSL color Cylindrical-coordinate representation of color #F282D9: hue angle of 313.39º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F282D9 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 217 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.05 |
| HSL | 313.39º | 0.81% | 0.73% | - |
| HSV(B) | 313.39º | 0.46% | 0.95% | - |
| XYZ | 57.12 | 39.85 | 70.33 | - |
| YUV | 173.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 217 | 0 | 0.46 | 0.10 | 0.05 | 313.39 | 0.81 | 0.73 |
| Hex | F2 | 82 | D9 | 0 | 2E | A | 5 | 139 | 51 | 49 |
| Octal | 362 | 202 | 331 | 0 | 56 | 12 | 5 | 471 | 121 | 111 |
| Binary | 11110010 | 10000010 | 11011001 | 0 | 101110 | 1010 | 101 | 100111001 | 1010001 | 1001001 |
Color Harmonies of #F282D9
Complementary color
Monochromatic Colors of #F282D9
Black with #F282D9
Text Example
Text Example
White with #F282D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F282D9; }
p { color: rgb(242,130,217); }
H1.HeaderClassName
{
color: #F282D9;
}
.AnyTagClassName
{
color: #F282D9;
}
</style>
background-color css
<style>
a { background-color: #F282D9; }
a { background-color: rgb(242,130,217); }
div.DivClassName
{
background-color: #F282D9;
}
.BgClassName
{
background-color: #F282D9;
}
</style>
border-color css
<style>
span { border-color: #F282D9; }
span { border-color: rgb(242,130,217); }
td.TdClassName
{
border-color: #F282D9;
}
.TagClassName
{
border-color: #F282D9;
}
</style>