Shades of Pale Magenta #F478E6
Tints of Pale Magenta #F478E6
RGB
CMYK
RGB Variations
Color information
#F478E6 (or 0xF478E6) is known color: Pale Magenta. HEX triplet: F4, 78 and E6. RGB value is (244,120,230). Sum of RGB (Red+Green+Blue) = 244+120+230=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 120 (47.27% from 255 or 20.20% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F478E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F478E6 is #0B8719. Grayscale: #A9A9A9. Windows color (decimal): -755482 or 15104244. OLE color: 15104244.
HSL color Cylindrical-coordinate representation of color #F478E6: hue angle of 306.77º 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 #F478E6 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 230 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.04 |
| HSL | 306.77º | 0.85% | 0.71% | - |
| HSV(B) | 306.77º | 0.51% | 0.96% | - |
| XYZ | 58.31 | 38.38 | 79.2 | - |
| YUV | 169.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 230 | 0 | 0.51 | 0.06 | 0.04 | 306.77 | 0.85 | 0.71 |
| Hex | F4 | 78 | E6 | 0 | 33 | 6 | 4 | 133 | 55 | 47 |
| Octal | 364 | 170 | 346 | 0 | 63 | 6 | 4 | 463 | 125 | 107 |
| Binary | 11110100 | 1111000 | 11100110 | 0 | 110011 | 110 | 100 | 100110011 | 1010101 | 1000111 |
Color Harmonies of #F478E6
Complementary color
Monochromatic Colors of #F478E6
Black with #F478E6
Text Example
Text Example
White with #F478E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478E6; }
p { color: rgb(244,120,230); }
H1.HeaderClassName
{
color: #F478E6;
}
.AnyTagClassName
{
color: #F478E6;
}
</style>
background-color css
<style>
a { background-color: #F478E6; }
a { background-color: rgb(244,120,230); }
div.DivClassName
{
background-color: #F478E6;
}
.BgClassName
{
background-color: #F478E6;
}
</style>
border-color css
<style>
span { border-color: #F478E6; }
span { border-color: rgb(244,120,230); }
td.TdClassName
{
border-color: #F478E6;
}
.TagClassName
{
border-color: #F478E6;
}
</style>