Shades of Pale Magenta #F879DC
Tints of Pale Magenta #F879DC
RGB
CMYK
RGB Variations
Color information
#F879DC (or 0xF879DC) is known color: Pale Magenta. HEX triplet: F8, 79 and DC. RGB value is (248,121,220). Sum of RGB (Red+Green+Blue) = 248+121+220=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 121 (47.66% from 255 or 20.54% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F879DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F879DC is #078623. Grayscale: #A9A9A9. Windows color (decimal): -493092 or 14449144. OLE color: 14449144.
HSL color Cylindrical-coordinate representation of color #F879DC: hue angle of 313.23º 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 #F879DC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 220 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.03 |
| HSL | 313.23º | 0.9% | 0.72% | - |
| HSV(B) | 313.23º | 0.51% | 0.97% | - |
| XYZ | 58.47 | 38.8 | 72.12 | - |
| YUV | 170.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 220 | 0 | 0.51 | 0.11 | 0.03 | 313.23 | 0.9 | 0.72 |
| Hex | F8 | 79 | DC | 0 | 33 | B | 3 | 139 | 5A | 48 |
| Octal | 370 | 171 | 334 | 0 | 63 | 13 | 3 | 471 | 132 | 110 |
| Binary | 11111000 | 1111001 | 11011100 | 0 | 110011 | 1011 | 11 | 100111001 | 1011010 | 1001000 |
Color Harmonies of #F879DC
Complementary color
Monochromatic Colors of #F879DC
Black with #F879DC
Text Example
Text Example
White with #F879DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F879DC; }
p { color: rgb(248,121,220); }
H1.HeaderClassName
{
color: #F879DC;
}
.AnyTagClassName
{
color: #F879DC;
}
</style>
background-color css
<style>
a { background-color: #F879DC; }
a { background-color: rgb(248,121,220); }
div.DivClassName
{
background-color: #F879DC;
}
.BgClassName
{
background-color: #F879DC;
}
</style>
border-color css
<style>
span { border-color: #F879DC; }
span { border-color: rgb(248,121,220); }
td.TdClassName
{
border-color: #F879DC;
}
.TagClassName
{
border-color: #F879DC;
}
</style>