Shades of Pale Magenta #F576DA
Tints of Pale Magenta #F576DA
RGB
CMYK
RGB Variations
Color information
#F576DA (or 0xF576DA) is known color: Pale Magenta. HEX triplet: F5, 76 and DA. RGB value is (245,118,218). Sum of RGB (Red+Green+Blue) = 245+118+218=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F576DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F576DA is #0A8925. Grayscale: #A7A7A7. Windows color (decimal): -690470 or 14317301. OLE color: 14317301.
HSL color Cylindrical-coordinate representation of color #F576DA: hue angle of 312.76º 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 #F576DA is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 218 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.04 |
| HSL | 312.76º | 0.86% | 0.71% | - |
| HSV(B) | 312.76º | 0.52% | 0.96% | - |
| XYZ | 56.79 | 37.43 | 70.56 | - |
| YUV | 167.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 218 | 0 | 0.52 | 0.11 | 0.04 | 312.76 | 0.86 | 0.71 |
| Hex | F5 | 76 | DA | 0 | 34 | B | 4 | 139 | 56 | 47 |
| Octal | 365 | 166 | 332 | 0 | 64 | 13 | 4 | 471 | 126 | 107 |
| Binary | 11110101 | 1110110 | 11011010 | 0 | 110100 | 1011 | 100 | 100111001 | 1010110 | 1000111 |
Color Harmonies of #F576DA
Complementary color
Monochromatic Colors of #F576DA
Black with #F576DA
Text Example
Text Example
White with #F576DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F576DA; }
p { color: rgb(245,118,218); }
H1.HeaderClassName
{
color: #F576DA;
}
.AnyTagClassName
{
color: #F576DA;
}
</style>
background-color css
<style>
a { background-color: #F576DA; }
a { background-color: rgb(245,118,218); }
div.DivClassName
{
background-color: #F576DA;
}
.BgClassName
{
background-color: #F576DA;
}
</style>
border-color css
<style>
span { border-color: #F576DA; }
span { border-color: rgb(245,118,218); }
td.TdClassName
{
border-color: #F576DA;
}
.TagClassName
{
border-color: #F576DA;
}
</style>