Shades of Pale Magenta #F477DB
Tints of Pale Magenta #F477DB
RGB
CMYK
RGB Variations
Color information
#F477DB (or 0xF477DB) is known color: Pale Magenta. HEX triplet: F4, 77 and DB. RGB value is (244,119,219). Sum of RGB (Red+Green+Blue) = 244+119+219=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F477DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F477DB is #0B8824. Grayscale: #A7A7A7. Windows color (decimal): -755749 or 14383092. OLE color: 14383092.
HSL color Cylindrical-coordinate representation of color #F477DB: hue angle of 312º 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 #F477DB is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 219 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.04 |
| HSL | 312º | 0.85% | 0.71% | - |
| HSV(B) | 312º | 0.51% | 0.96% | - |
| XYZ | 56.69 | 37.54 | 71.28 | - |
| YUV | 167.78 | 156.91 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 219 | 0 | 0.51 | 0.10 | 0.04 | 312 | 0.85 | 0.71 |
| Hex | F4 | 77 | DB | 0 | 33 | A | 4 | 138 | 55 | 47 |
| Octal | 364 | 167 | 333 | 0 | 63 | 12 | 4 | 470 | 125 | 107 |
| Binary | 11110100 | 1110111 | 11011011 | 0 | 110011 | 1010 | 100 | 100111000 | 1010101 | 1000111 |
Color Harmonies of #F477DB
Complementary color
Monochromatic Colors of #F477DB
Black with #F477DB
Text Example
Text Example
White with #F477DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F477DB; }
p { color: rgb(244,119,219); }
H1.HeaderClassName
{
color: #F477DB;
}
.AnyTagClassName
{
color: #F477DB;
}
</style>
background-color css
<style>
a { background-color: #F477DB; }
a { background-color: rgb(244,119,219); }
div.DivClassName
{
background-color: #F477DB;
}
.BgClassName
{
background-color: #F477DB;
}
</style>
border-color css
<style>
span { border-color: #F477DB; }
span { border-color: rgb(244,119,219); }
td.TdClassName
{
border-color: #F477DB;
}
.TagClassName
{
border-color: #F477DB;
}
</style>