Shades of Pale Magenta #F477DE
Tints of Pale Magenta #F477DE
RGB
CMYK
RGB Variations
Color information
#F477DE (or 0xF477DE) is known color: Pale Magenta. HEX triplet: F4, 77 and DE. RGB value is (244,119,222). Sum of RGB (Red+Green+Blue) = 244+119+222=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 119 (46.88% from 255 or 20.34% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F477DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F477DE is #0B8821. Grayscale: #A7A7A7. Windows color (decimal): -755746 or 14579700. OLE color: 14579700.
HSL color Cylindrical-coordinate representation of color #F477DE: hue angle of 310.56º 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 #F477DE is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 222 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.04 |
| HSL | 310.56º | 0.85% | 0.71% | - |
| HSV(B) | 310.56º | 0.51% | 0.96% | - |
| XYZ | 57.09 | 37.7 | 73.38 | - |
| YUV | 168.12 | 158.41 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 222 | 0 | 0.51 | 0.09 | 0.04 | 310.56 | 0.85 | 0.71 |
| Hex | F4 | 77 | DE | 0 | 33 | 9 | 4 | 137 | 55 | 47 |
| Octal | 364 | 167 | 336 | 0 | 63 | 11 | 4 | 467 | 125 | 107 |
| Binary | 11110100 | 1110111 | 11011110 | 0 | 110011 | 1001 | 100 | 100110111 | 1010101 | 1000111 |
Color Harmonies of #F477DE
Complementary color
Monochromatic Colors of #F477DE
Black with #F477DE
Text Example
Text Example
White with #F477DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F477DE; }
p { color: rgb(244,119,222); }
H1.HeaderClassName
{
color: #F477DE;
}
.AnyTagClassName
{
color: #F477DE;
}
</style>
background-color css
<style>
a { background-color: #F477DE; }
a { background-color: rgb(244,119,222); }
div.DivClassName
{
background-color: #F477DE;
}
.BgClassName
{
background-color: #F477DE;
}
</style>
border-color css
<style>
span { border-color: #F477DE; }
span { border-color: rgb(244,119,222); }
td.TdClassName
{
border-color: #F477DE;
}
.TagClassName
{
border-color: #F477DE;
}
</style>