Shades of Pale Magenta #F476DD
Tints of Pale Magenta #F476DD
RGB
CMYK
RGB Variations
Color information
#F476DD (or 0xF476DD) is known color: Pale Magenta. HEX triplet: F4, 76 and DD. RGB value is (244,118,221). Sum of RGB (Red+Green+Blue) = 244+118+221=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 118 (46.48% from 255 or 20.24% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F476DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F476DD is #0B8922. Grayscale: #A7A7A7. Windows color (decimal): -756003 or 14513908. OLE color: 14513908.
HSL color Cylindrical-coordinate representation of color #F476DD: hue angle of 310.95º 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 #F476DD is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 221 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.04 |
| HSL | 310.95º | 0.85% | 0.71% | - |
| HSV(B) | 310.95º | 0.52% | 0.96% | - |
| XYZ | 56.84 | 37.41 | 72.63 | - |
| YUV | 167.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 221 | 0 | 0.52 | 0.09 | 0.04 | 310.95 | 0.85 | 0.71 |
| Hex | F4 | 76 | DD | 0 | 34 | 9 | 4 | 137 | 55 | 47 |
| Octal | 364 | 166 | 335 | 0 | 64 | 11 | 4 | 467 | 125 | 107 |
| Binary | 11110100 | 1110110 | 11011101 | 0 | 110100 | 1001 | 100 | 100110111 | 1010101 | 1000111 |
Color Harmonies of #F476DD
Complementary color
Monochromatic Colors of #F476DD
Black with #F476DD
Text Example
Text Example
White with #F476DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F476DD; }
p { color: rgb(244,118,221); }
H1.HeaderClassName
{
color: #F476DD;
}
.AnyTagClassName
{
color: #F476DD;
}
</style>
background-color css
<style>
a { background-color: #F476DD; }
a { background-color: rgb(244,118,221); }
div.DivClassName
{
background-color: #F476DD;
}
.BgClassName
{
background-color: #F476DD;
}
</style>
border-color css
<style>
span { border-color: #F476DD; }
span { border-color: rgb(244,118,221); }
td.TdClassName
{
border-color: #F476DD;
}
.TagClassName
{
border-color: #F476DD;
}
</style>