Shades of Pale Magenta #F28DD6
Tints of Pale Magenta #F28DD6
RGB
CMYK
RGB Variations
Color information
#F28DD6 (or 0xF28DD6) is known color: Pale Magenta. HEX triplet: F2, 8D and D6. RGB value is (242,141,214). Sum of RGB (Red+Green+Blue) = 242+141+214=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DD6 is #0D7229. Grayscale: #B3B3B3. Windows color (decimal): -881194 or 14061042. OLE color: 14061042.
HSL color Cylindrical-coordinate representation of color #F28DD6: hue angle of 316.63º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DD6 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 214 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.05 |
| HSL | 316.63º | 0.8% | 0.75% | - |
| HSV(B) | 316.63º | 0.42% | 0.95% | - |
| XYZ | 58.28 | 42.78 | 68.8 | - |
| YUV | 179.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 214 | 0 | 0.42 | 0.12 | 0.05 | 316.63 | 0.8 | 0.75 |
| Hex | F2 | 8D | D6 | 0 | 2A | C | 5 | 13D | 50 | 4B |
| Octal | 362 | 215 | 326 | 0 | 52 | 14 | 5 | 475 | 120 | 113 |
| Binary | 11110010 | 10001101 | 11010110 | 0 | 101010 | 1100 | 101 | 100111101 | 1010000 | 1001011 |
Color Harmonies of #F28DD6
Complementary color
Monochromatic Colors of #F28DD6
Black with #F28DD6
Text Example
Text Example
White with #F28DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DD6; }
p { color: rgb(242,141,214); }
H1.HeaderClassName
{
color: #F28DD6;
}
.AnyTagClassName
{
color: #F28DD6;
}
</style>
background-color css
<style>
a { background-color: #F28DD6; }
a { background-color: rgb(242,141,214); }
div.DivClassName
{
background-color: #F28DD6;
}
.BgClassName
{
background-color: #F28DD6;
}
</style>
border-color css
<style>
span { border-color: #F28DD6; }
span { border-color: rgb(242,141,214); }
td.TdClassName
{
border-color: #F28DD6;
}
.TagClassName
{
border-color: #F28DD6;
}
</style>