Shades of Pale Magenta #F478E5
Tints of Pale Magenta #F478E5
RGB
CMYK
RGB Variations
Color information
#F478E5 (or 0xF478E5) is known color: Pale Magenta. HEX triplet: F4, 78 and E5. RGB value is (244,120,229). Sum of RGB (Red+Green+Blue) = 244+120+229=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F478E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478E5 is #0B871A. Grayscale: #A9A9A9. Windows color (decimal): -755483 or 15038708. OLE color: 15038708.
HSL color Cylindrical-coordinate representation of color #F478E5: hue angle of 307.26º 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 #F478E5 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 229 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.04 |
| HSL | 307.26º | 0.85% | 0.71% | - |
| HSV(B) | 307.26º | 0.51% | 0.96% | - |
| XYZ | 58.17 | 38.32 | 78.46 | - |
| YUV | 169.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 229 | 0 | 0.51 | 0.06 | 0.04 | 307.26 | 0.85 | 0.71 |
| Hex | F4 | 78 | E5 | 0 | 33 | 6 | 4 | 133 | 55 | 47 |
| Octal | 364 | 170 | 345 | 0 | 63 | 6 | 4 | 463 | 125 | 107 |
| Binary | 11110100 | 1111000 | 11100101 | 0 | 110011 | 110 | 100 | 100110011 | 1010101 | 1000111 |
Color Harmonies of #F478E5
Complementary color
Monochromatic Colors of #F478E5
Black with #F478E5
Text Example
Text Example
White with #F478E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478E5; }
p { color: rgb(244,120,229); }
H1.HeaderClassName
{
color: #F478E5;
}
.AnyTagClassName
{
color: #F478E5;
}
</style>
background-color css
<style>
a { background-color: #F478E5; }
a { background-color: rgb(244,120,229); }
div.DivClassName
{
background-color: #F478E5;
}
.BgClassName
{
background-color: #F478E5;
}
</style>
border-color css
<style>
span { border-color: #F478E5; }
span { border-color: rgb(244,120,229); }
td.TdClassName
{
border-color: #F478E5;
}
.TagClassName
{
border-color: #F478E5;
}
</style>