Shades of Pale Magenta #F28ADD
Tints of Pale Magenta #F28ADD
RGB
CMYK
RGB Variations
Color information
#F28ADD (or 0xF28ADD) is known color: Pale Magenta. HEX triplet: F2, 8A and DD. RGB value is (242,138,221). Sum of RGB (Red+Green+Blue) = 242+138+221=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ADD is #0D7522. Grayscale: #B2B2B2. Windows color (decimal): -881955 or 14519026. OLE color: 14519026.
HSL color Cylindrical-coordinate representation of color #F28ADD: hue angle of 312.12º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28ADD is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 221 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.05 |
| HSL | 312.12º | 0.8% | 0.75% | - |
| HSV(B) | 312.12º | 0.43% | 0.95% | - |
| XYZ | 58.76 | 42.27 | 73.47 | - |
| YUV | 178.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 221 | 0 | 0.43 | 0.09 | 0.05 | 312.12 | 0.8 | 0.75 |
| Hex | F2 | 8A | DD | 0 | 2B | 9 | 5 | 138 | 50 | 4B |
| Octal | 362 | 212 | 335 | 0 | 53 | 11 | 5 | 470 | 120 | 113 |
| Binary | 11110010 | 10001010 | 11011101 | 0 | 101011 | 1001 | 101 | 100111000 | 1010000 | 1001011 |
Color Harmonies of #F28ADD
Complementary color
Monochromatic Colors of #F28ADD
Black with #F28ADD
Text Example
Text Example
White with #F28ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28ADD; }
p { color: rgb(242,138,221); }
H1.HeaderClassName
{
color: #F28ADD;
}
.AnyTagClassName
{
color: #F28ADD;
}
</style>
background-color css
<style>
a { background-color: #F28ADD; }
a { background-color: rgb(242,138,221); }
div.DivClassName
{
background-color: #F28ADD;
}
.BgClassName
{
background-color: #F28ADD;
}
</style>
border-color css
<style>
span { border-color: #F28ADD; }
span { border-color: rgb(242,138,221); }
td.TdClassName
{
border-color: #F28ADD;
}
.TagClassName
{
border-color: #F28ADD;
}
</style>