Shades of Pale Magenta #F576DC
Tints of Pale Magenta #F576DC
RGB
CMYK
RGB Variations
Color information
#F576DC (or 0xF576DC) is known color: Pale Magenta. HEX triplet: F5, 76 and DC. RGB value is (245,118,220). Sum of RGB (Red+Green+Blue) = 245+118+220=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 118 (46.48% from 255 or 20.24% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F576DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F576DC is #0A8923. Grayscale: #A7A7A7. Windows color (decimal): -690468 or 14448373. OLE color: 14448373.
HSL color Cylindrical-coordinate representation of color #F576DC: hue angle of 311.81º degrees, saturation: 0.86, 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 #F576DC is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 220 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.04 |
| HSL | 311.81º | 0.86% | 0.71% | - |
| HSV(B) | 311.81º | 0.52% | 0.96% | - |
| XYZ | 57.05 | 37.54 | 71.95 | - |
| YUV | 167.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 220 | 0 | 0.52 | 0.10 | 0.04 | 311.81 | 0.86 | 0.71 |
| Hex | F5 | 76 | DC | 0 | 34 | A | 4 | 138 | 56 | 47 |
| Octal | 365 | 166 | 334 | 0 | 64 | 12 | 4 | 470 | 126 | 107 |
| Binary | 11110101 | 1110110 | 11011100 | 0 | 110100 | 1010 | 100 | 100111000 | 1010110 | 1000111 |
Color Harmonies of #F576DC
Complementary color
Monochromatic Colors of #F576DC
Black with #F576DC
Text Example
Text Example
White with #F576DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F576DC; }
p { color: rgb(245,118,220); }
H1.HeaderClassName
{
color: #F576DC;
}
.AnyTagClassName
{
color: #F576DC;
}
</style>
background-color css
<style>
a { background-color: #F576DC; }
a { background-color: rgb(245,118,220); }
div.DivClassName
{
background-color: #F576DC;
}
.BgClassName
{
background-color: #F576DC;
}
</style>
border-color css
<style>
span { border-color: #F576DC; }
span { border-color: rgb(245,118,220); }
td.TdClassName
{
border-color: #F576DC;
}
.TagClassName
{
border-color: #F576DC;
}
</style>