Shades of Pale Magenta #F478DF
Tints of Pale Magenta #F478DF
RGB
CMYK
RGB Variations
Color information
#F478DF (or 0xF478DF) is known color: Pale Magenta. HEX triplet: F4, 78 and DF. RGB value is (244,120,223). Sum of RGB (Red+Green+Blue) = 244+120+223=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 120 (47.27% from 255 or 20.44% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F478DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478DF is #0B8720. Grayscale: #A8A8A8. Windows color (decimal): -755489 or 14645492. OLE color: 14645492.
HSL color Cylindrical-coordinate representation of color #F478DF: hue angle of 310.16º 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 #F478DF is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 223 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.04 |
| HSL | 310.16º | 0.85% | 0.71% | - |
| HSV(B) | 310.16º | 0.51% | 0.96% | - |
| XYZ | 57.34 | 37.99 | 74.12 | - |
| YUV | 168.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 223 | 0 | 0.51 | 0.09 | 0.04 | 310.16 | 0.85 | 0.71 |
| Hex | F4 | 78 | DF | 0 | 33 | 9 | 4 | 136 | 55 | 47 |
| Octal | 364 | 170 | 337 | 0 | 63 | 11 | 4 | 466 | 125 | 107 |
| Binary | 11110100 | 1111000 | 11011111 | 0 | 110011 | 1001 | 100 | 100110110 | 1010101 | 1000111 |
Color Harmonies of #F478DF
Complementary color
Monochromatic Colors of #F478DF
Black with #F478DF
Text Example
Text Example
White with #F478DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478DF; }
p { color: rgb(244,120,223); }
H1.HeaderClassName
{
color: #F478DF;
}
.AnyTagClassName
{
color: #F478DF;
}
</style>
background-color css
<style>
a { background-color: #F478DF; }
a { background-color: rgb(244,120,223); }
div.DivClassName
{
background-color: #F478DF;
}
.BgClassName
{
background-color: #F478DF;
}
</style>
border-color css
<style>
span { border-color: #F478DF; }
span { border-color: rgb(244,120,223); }
td.TdClassName
{
border-color: #F478DF;
}
.TagClassName
{
border-color: #F478DF;
}
</style>