Shades of Pale Magenta #F879DD
Tints of Pale Magenta #F879DD
RGB
CMYK
RGB Variations
Color information
#F879DD (or 0xF879DD) is known color: Pale Magenta. HEX triplet: F8, 79 and DD. RGB value is (248,121,221). Sum of RGB (Red+Green+Blue) = 248+121+221=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 121 (47.66% from 255 or 20.51% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F879DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F879DD is #078622. Grayscale: #AAAAAA. Windows color (decimal): -493091 or 14514680. OLE color: 14514680.
HSL color Cylindrical-coordinate representation of color #F879DD: hue angle of 312.76º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F879DD is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 221 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.03 |
| HSL | 312.76º | 0.9% | 0.72% | - |
| HSV(B) | 312.76º | 0.51% | 0.97% | - |
| XYZ | 58.6 | 38.85 | 72.82 | - |
| YUV | 170.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 221 | 0 | 0.51 | 0.11 | 0.03 | 312.76 | 0.9 | 0.72 |
| Hex | F8 | 79 | DD | 0 | 33 | B | 3 | 139 | 5A | 48 |
| Octal | 370 | 171 | 335 | 0 | 63 | 13 | 3 | 471 | 132 | 110 |
| Binary | 11111000 | 1111001 | 11011101 | 0 | 110011 | 1011 | 11 | 100111001 | 1011010 | 1001000 |
Color Harmonies of #F879DD
Complementary color
Monochromatic Colors of #F879DD
Black with #F879DD
Text Example
Text Example
White with #F879DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F879DD; }
p { color: rgb(248,121,221); }
H1.HeaderClassName
{
color: #F879DD;
}
.AnyTagClassName
{
color: #F879DD;
}
</style>
background-color css
<style>
a { background-color: #F879DD; }
a { background-color: rgb(248,121,221); }
div.DivClassName
{
background-color: #F879DD;
}
.BgClassName
{
background-color: #F879DD;
}
</style>
border-color css
<style>
span { border-color: #F879DD; }
span { border-color: rgb(248,121,221); }
td.TdClassName
{
border-color: #F879DD;
}
.TagClassName
{
border-color: #F879DD;
}
</style>