Shades of Pale Magenta #F478DD
Tints of Pale Magenta #F478DD
RGB
CMYK
RGB Variations
Color information
#F478DD (or 0xF478DD) is known color: Pale Magenta. HEX triplet: F4, 78 and DD. RGB value is (244,120,221). Sum of RGB (Red+Green+Blue) = 244+120+221=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F478DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478DD is #0B8722. Grayscale: #A8A8A8. Windows color (decimal): -755491 or 14514420. OLE color: 14514420.
HSL color Cylindrical-coordinate representation of color #F478DD: hue angle of 311.13º 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 #F478DD is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 221 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.04 |
| HSL | 311.13º | 0.85% | 0.71% | - |
| HSV(B) | 311.13º | 0.51% | 0.96% | - |
| XYZ | 57.08 | 37.89 | 72.71 | - |
| YUV | 168.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 221 | 0 | 0.51 | 0.09 | 0.04 | 311.13 | 0.85 | 0.71 |
| Hex | F4 | 78 | DD | 0 | 33 | 9 | 4 | 137 | 55 | 47 |
| Octal | 364 | 170 | 335 | 0 | 63 | 11 | 4 | 467 | 125 | 107 |
| Binary | 11110100 | 1111000 | 11011101 | 0 | 110011 | 1001 | 100 | 100110111 | 1010101 | 1000111 |
Color Harmonies of #F478DD
Complementary color
Monochromatic Colors of #F478DD
Black with #F478DD
Text Example
Text Example
White with #F478DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478DD; }
p { color: rgb(244,120,221); }
H1.HeaderClassName
{
color: #F478DD;
}
.AnyTagClassName
{
color: #F478DD;
}
</style>
background-color css
<style>
a { background-color: #F478DD; }
a { background-color: rgb(244,120,221); }
div.DivClassName
{
background-color: #F478DD;
}
.BgClassName
{
background-color: #F478DD;
}
</style>
border-color css
<style>
span { border-color: #F478DD; }
span { border-color: rgb(244,120,221); }
td.TdClassName
{
border-color: #F478DD;
}
.TagClassName
{
border-color: #F478DD;
}
</style>