Shades of Pale Magenta #F28DD5
Tints of Pale Magenta #F28DD5
RGB
CMYK
RGB Variations
Color information
#F28DD5 (or 0xF28DD5) is known color: Pale Magenta. HEX triplet: F2, 8D and D5. RGB value is (242,141,213). Sum of RGB (Red+Green+Blue) = 242+141+213=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DD5 is #0D722A. Grayscale: #B3B3B3. Windows color (decimal): -881195 or 13995506. OLE color: 13995506.
HSL color Cylindrical-coordinate representation of color #F28DD5: hue angle of 317.23º 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 #F28DD5 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 213 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.05 |
| HSL | 317.23º | 0.8% | 0.75% | - |
| HSV(B) | 317.23º | 0.42% | 0.95% | - |
| XYZ | 58.15 | 42.73 | 68.13 | - |
| YUV | 179.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 213 | 0 | 0.42 | 0.12 | 0.05 | 317.23 | 0.8 | 0.75 |
| Hex | F2 | 8D | D5 | 0 | 2A | C | 5 | 13D | 50 | 4B |
| Octal | 362 | 215 | 325 | 0 | 52 | 14 | 5 | 475 | 120 | 113 |
| Binary | 11110010 | 10001101 | 11010101 | 0 | 101010 | 1100 | 101 | 100111101 | 1010000 | 1001011 |
Color Harmonies of #F28DD5
Complementary color
Monochromatic Colors of #F28DD5
Black with #F28DD5
Text Example
Text Example
White with #F28DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DD5; }
p { color: rgb(242,141,213); }
H1.HeaderClassName
{
color: #F28DD5;
}
.AnyTagClassName
{
color: #F28DD5;
}
</style>
background-color css
<style>
a { background-color: #F28DD5; }
a { background-color: rgb(242,141,213); }
div.DivClassName
{
background-color: #F28DD5;
}
.BgClassName
{
background-color: #F28DD5;
}
</style>
border-color css
<style>
span { border-color: #F28DD5; }
span { border-color: rgb(242,141,213); }
td.TdClassName
{
border-color: #F28DD5;
}
.TagClassName
{
border-color: #F28DD5;
}
</style>