Shades of Pale Magenta #F479DB
Tints of Pale Magenta #F479DB
RGB
CMYK
RGB Variations
Color information
#F479DB (or 0xF479DB) is known color: Pale Magenta. HEX triplet: F4, 79 and DB. RGB value is (244,121,219). Sum of RGB (Red+Green+Blue) = 244+121+219=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 121 (47.66% from 255 or 20.72% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F479DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479DB is #0B8624. Grayscale: #A8A8A8. Windows color (decimal): -755237 or 14383604. OLE color: 14383604.
HSL color Cylindrical-coordinate representation of color #F479DB: hue angle of 312.2º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F479DB is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 219 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.04 |
| HSL | 312.2º | 0.85% | 0.72% | - |
| HSV(B) | 312.2º | 0.5% | 0.96% | - |
| XYZ | 56.93 | 38.02 | 71.36 | - |
| YUV | 168.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 219 | 0 | 0.50 | 0.10 | 0.04 | 312.2 | 0.85 | 0.72 |
| Hex | F4 | 79 | DB | 0 | 32 | A | 4 | 138 | 55 | 48 |
| Octal | 364 | 171 | 333 | 0 | 62 | 12 | 4 | 470 | 125 | 110 |
| Binary | 11110100 | 1111001 | 11011011 | 0 | 110010 | 1010 | 100 | 100111000 | 1010101 | 1001000 |
Color Harmonies of #F479DB
Complementary color
Monochromatic Colors of #F479DB
Black with #F479DB
Text Example
Text Example
White with #F479DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F479DB; }
p { color: rgb(244,121,219); }
H1.HeaderClassName
{
color: #F479DB;
}
.AnyTagClassName
{
color: #F479DB;
}
</style>
background-color css
<style>
a { background-color: #F479DB; }
a { background-color: rgb(244,121,219); }
div.DivClassName
{
background-color: #F479DB;
}
.BgClassName
{
background-color: #F479DB;
}
</style>
border-color css
<style>
span { border-color: #F479DB; }
span { border-color: rgb(244,121,219); }
td.TdClassName
{
border-color: #F479DB;
}
.TagClassName
{
border-color: #F479DB;
}
</style>