Shades of Pale Magenta #F476DC
Tints of Pale Magenta #F476DC
RGB
CMYK
RGB Variations
Color information
#F476DC (or 0xF476DC) is known color: Pale Magenta. HEX triplet: F4, 76 and DC. RGB value is (244,118,220). Sum of RGB (Red+Green+Blue) = 244+118+220=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F476DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F476DC is #0B8923. Grayscale: #A7A7A7. Windows color (decimal): -756004 or 14448372. OLE color: 14448372.
HSL color Cylindrical-coordinate representation of color #F476DC: hue angle of 311.43º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F476DC is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 220 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.04 |
| HSL | 311.43º | 0.85% | 0.71% | - |
| HSV(B) | 311.43º | 0.52% | 0.96% | - |
| XYZ | 56.7 | 37.36 | 71.93 | - |
| YUV | 167.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 220 | 0 | 0.52 | 0.10 | 0.04 | 311.43 | 0.85 | 0.71 |
| Hex | F4 | 76 | DC | 0 | 34 | A | 4 | 137 | 55 | 47 |
| Octal | 364 | 166 | 334 | 0 | 64 | 12 | 4 | 467 | 125 | 107 |
| Binary | 11110100 | 1110110 | 11011100 | 0 | 110100 | 1010 | 100 | 100110111 | 1010101 | 1000111 |
Color Harmonies of #F476DC
Complementary color
Monochromatic Colors of #F476DC
Black with #F476DC
Text Example
Text Example
White with #F476DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F476DC; }
p { color: rgb(244,118,220); }
H1.HeaderClassName
{
color: #F476DC;
}
.AnyTagClassName
{
color: #F476DC;
}
</style>
background-color css
<style>
a { background-color: #F476DC; }
a { background-color: rgb(244,118,220); }
div.DivClassName
{
background-color: #F476DC;
}
.BgClassName
{
background-color: #F476DC;
}
</style>
border-color css
<style>
span { border-color: #F476DC; }
span { border-color: rgb(244,118,220); }
td.TdClassName
{
border-color: #F476DC;
}
.TagClassName
{
border-color: #F476DC;
}
</style>