Shades of Pale Magenta #F477DD
Tints of Pale Magenta #F477DD
RGB
CMYK
RGB Variations
Color information
#F477DD (or 0xF477DD) is known color: Pale Magenta. HEX triplet: F4, 77 and DD. RGB value is (244,119,221). Sum of RGB (Red+Green+Blue) = 244+119+221=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F477DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F477DD is #0B8822. Grayscale: #A7A7A7. Windows color (decimal): -755747 or 14514164. OLE color: 14514164.
HSL color Cylindrical-coordinate representation of color #F477DD: hue angle of 311.04º 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 #F477DD is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 221 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.04 |
| HSL | 311.04º | 0.85% | 0.71% | - |
| HSV(B) | 311.04º | 0.51% | 0.96% | - |
| XYZ | 56.96 | 37.65 | 72.67 | - |
| YUV | 168 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 221 | 0 | 0.51 | 0.09 | 0.04 | 311.04 | 0.85 | 0.71 |
| Hex | F4 | 77 | DD | 0 | 33 | 9 | 4 | 137 | 55 | 47 |
| Octal | 364 | 167 | 335 | 0 | 63 | 11 | 4 | 467 | 125 | 107 |
| Binary | 11110100 | 1110111 | 11011101 | 0 | 110011 | 1001 | 100 | 100110111 | 1010101 | 1000111 |
Color Harmonies of #F477DD
Complementary color
Monochromatic Colors of #F477DD
Black with #F477DD
Text Example
Text Example
White with #F477DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F477DD; }
p { color: rgb(244,119,221); }
H1.HeaderClassName
{
color: #F477DD;
}
.AnyTagClassName
{
color: #F477DD;
}
</style>
background-color css
<style>
a { background-color: #F477DD; }
a { background-color: rgb(244,119,221); }
div.DivClassName
{
background-color: #F477DD;
}
.BgClassName
{
background-color: #F477DD;
}
</style>
border-color css
<style>
span { border-color: #F477DD; }
span { border-color: rgb(244,119,221); }
td.TdClassName
{
border-color: #F477DD;
}
.TagClassName
{
border-color: #F477DD;
}
</style>