Shades of Pale Magenta #F478DE
Tints of Pale Magenta #F478DE
RGB
CMYK
RGB Variations
Color information
#F478DE (or 0xF478DE) is known color: Pale Magenta. HEX triplet: F4, 78 and DE. RGB value is (244,120,222). Sum of RGB (Red+Green+Blue) = 244+120+222=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F478DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478DE is #0B8721. Grayscale: #A8A8A8. Windows color (decimal): -755490 or 14579956. OLE color: 14579956.
HSL color Cylindrical-coordinate representation of color #F478DE: hue angle of 310.65º 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 #F478DE is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 222 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.04 |
| HSL | 310.65º | 0.85% | 0.71% | - |
| HSV(B) | 310.65º | 0.51% | 0.96% | - |
| XYZ | 57.21 | 37.94 | 73.42 | - |
| YUV | 168.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 222 | 0 | 0.51 | 0.09 | 0.04 | 310.65 | 0.85 | 0.71 |
| Hex | F4 | 78 | DE | 0 | 33 | 9 | 4 | 137 | 55 | 47 |
| Octal | 364 | 170 | 336 | 0 | 63 | 11 | 4 | 467 | 125 | 107 |
| Binary | 11110100 | 1111000 | 11011110 | 0 | 110011 | 1001 | 100 | 100110111 | 1010101 | 1000111 |
Color Harmonies of #F478DE
Complementary color
Monochromatic Colors of #F478DE
Black with #F478DE
Text Example
Text Example
White with #F478DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478DE; }
p { color: rgb(244,120,222); }
H1.HeaderClassName
{
color: #F478DE;
}
.AnyTagClassName
{
color: #F478DE;
}
</style>
background-color css
<style>
a { background-color: #F478DE; }
a { background-color: rgb(244,120,222); }
div.DivClassName
{
background-color: #F478DE;
}
.BgClassName
{
background-color: #F478DE;
}
</style>
border-color css
<style>
span { border-color: #F478DE; }
span { border-color: rgb(244,120,222); }
td.TdClassName
{
border-color: #F478DE;
}
.TagClassName
{
border-color: #F478DE;
}
</style>