Shades of Pale Magenta #F282D2
Tints of Pale Magenta #F282D2
RGB
CMYK
RGB Variations
Color information
#F282D2 (or 0xF282D2) is known color: Pale Magenta. HEX triplet: F2, 82 and D2. RGB value is (242,130,210). Sum of RGB (Red+Green+Blue) = 242+130+210=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F282D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282D2 is #0D7D2D. Grayscale: #ACACAC. Windows color (decimal): -884014 or 13796082. OLE color: 13796082.
HSL color Cylindrical-coordinate representation of color #F282D2: hue angle of 317.14º 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 #F282D2 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 210 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.05 |
| HSL | 317.14º | 0.81% | 0.73% | - |
| HSV(B) | 317.14º | 0.46% | 0.95% | - |
| XYZ | 56.23 | 39.5 | 65.63 | - |
| YUV | 172.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 210 | 0 | 0.46 | 0.13 | 0.05 | 317.14 | 0.81 | 0.73 |
| Hex | F2 | 82 | D2 | 0 | 2E | D | 5 | 13D | 51 | 49 |
| Octal | 362 | 202 | 322 | 0 | 56 | 15 | 5 | 475 | 121 | 111 |
| Binary | 11110010 | 10000010 | 11010010 | 0 | 101110 | 1101 | 101 | 100111101 | 1010001 | 1001001 |
Color Harmonies of #F282D2
Complementary color
Monochromatic Colors of #F282D2
Black with #F282D2
Text Example
Text Example
White with #F282D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F282D2; }
p { color: rgb(242,130,210); }
H1.HeaderClassName
{
color: #F282D2;
}
.AnyTagClassName
{
color: #F282D2;
}
</style>
background-color css
<style>
a { background-color: #F282D2; }
a { background-color: rgb(242,130,210); }
div.DivClassName
{
background-color: #F282D2;
}
.BgClassName
{
background-color: #F282D2;
}
</style>
border-color css
<style>
span { border-color: #F282D2; }
span { border-color: rgb(242,130,210); }
td.TdClassName
{
border-color: #F282D2;
}
.TagClassName
{
border-color: #F282D2;
}
</style>