Shades of Pale Magenta #F478DB
Tints of Pale Magenta #F478DB
RGB
CMYK
RGB Variations
Color information
#F478DB (or 0xF478DB) is known color: Pale Magenta. HEX triplet: F4, 78 and DB. RGB value is (244,120,219). Sum of RGB (Red+Green+Blue) = 244+120+219=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F478DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478DB is #0B8724. Grayscale: #A8A8A8. Windows color (decimal): -755493 or 14383348. OLE color: 14383348.
HSL color Cylindrical-coordinate representation of color #F478DB: hue angle of 312.1º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F478DB is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 219 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.04 |
| HSL | 312.1º | 0.85% | 0.71% | - |
| HSV(B) | 312.1º | 0.51% | 0.96% | - |
| XYZ | 56.81 | 37.78 | 71.32 | - |
| YUV | 168.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 219 | 0 | 0.51 | 0.10 | 0.04 | 312.1 | 0.85 | 0.71 |
| Hex | F4 | 78 | DB | 0 | 33 | A | 4 | 138 | 55 | 47 |
| Octal | 364 | 170 | 333 | 0 | 63 | 12 | 4 | 470 | 125 | 107 |
| Binary | 11110100 | 1111000 | 11011011 | 0 | 110011 | 1010 | 100 | 100111000 | 1010101 | 1000111 |
Color Harmonies of #F478DB
Complementary color
Monochromatic Colors of #F478DB
Black with #F478DB
Text Example
Text Example
White with #F478DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478DB; }
p { color: rgb(244,120,219); }
H1.HeaderClassName
{
color: #F478DB;
}
.AnyTagClassName
{
color: #F478DB;
}
</style>
background-color css
<style>
a { background-color: #F478DB; }
a { background-color: rgb(244,120,219); }
div.DivClassName
{
background-color: #F478DB;
}
.BgClassName
{
background-color: #F478DB;
}
</style>
border-color css
<style>
span { border-color: #F478DB; }
span { border-color: rgb(244,120,219); }
td.TdClassName
{
border-color: #F478DB;
}
.TagClassName
{
border-color: #F478DB;
}
</style>