Shades of Pale Magenta #F478D9
Tints of Pale Magenta #F478D9
RGB
CMYK
RGB Variations
Color information
#F478D9 (or 0xF478D9) is known color: Pale Magenta. HEX triplet: F4, 78 and D9. RGB value is (244,120,217). Sum of RGB (Red+Green+Blue) = 244+120+217=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F478D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478D9 is #0B8726. Grayscale: #A7A7A7. Windows color (decimal): -755495 or 14252276. OLE color: 14252276.
HSL color Cylindrical-coordinate representation of color #F478D9: hue angle of 313.06º 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 #F478D9 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 217 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.04 |
| HSL | 313.06º | 0.85% | 0.71% | - |
| HSV(B) | 313.06º | 0.51% | 0.96% | - |
| XYZ | 56.55 | 37.68 | 69.94 | - |
| YUV | 168.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 217 | 0 | 0.51 | 0.11 | 0.04 | 313.06 | 0.85 | 0.71 |
| Hex | F4 | 78 | D9 | 0 | 33 | B | 4 | 139 | 55 | 47 |
| Octal | 364 | 170 | 331 | 0 | 63 | 13 | 4 | 471 | 125 | 107 |
| Binary | 11110100 | 1111000 | 11011001 | 0 | 110011 | 1011 | 100 | 100111001 | 1010101 | 1000111 |
Color Harmonies of #F478D9
Complementary color
Monochromatic Colors of #F478D9
Black with #F478D9
Text Example
Text Example
White with #F478D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478D9; }
p { color: rgb(244,120,217); }
H1.HeaderClassName
{
color: #F478D9;
}
.AnyTagClassName
{
color: #F478D9;
}
</style>
background-color css
<style>
a { background-color: #F478D9; }
a { background-color: rgb(244,120,217); }
div.DivClassName
{
background-color: #F478D9;
}
.BgClassName
{
background-color: #F478D9;
}
</style>
border-color css
<style>
span { border-color: #F478D9; }
span { border-color: rgb(244,120,217); }
td.TdClassName
{
border-color: #F478D9;
}
.TagClassName
{
border-color: #F478D9;
}
</style>