Shades of Pale Magenta #F576DB
Tints of Pale Magenta #F576DB
RGB
CMYK
RGB Variations
Color information
#F576DB (or 0xF576DB) is known color: Pale Magenta. HEX triplet: F5, 76 and DB. RGB value is (245,118,219). Sum of RGB (Red+Green+Blue) = 245+118+219=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F576DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F576DB is #0A8924. Grayscale: #A7A7A7. Windows color (decimal): -690469 or 14382837. OLE color: 14382837.
HSL color Cylindrical-coordinate representation of color #F576DB: hue angle of 312.28º 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 #F576DB is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 219 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.04 |
| HSL | 312.28º | 0.86% | 0.71% | - |
| HSV(B) | 312.28º | 0.52% | 0.96% | - |
| XYZ | 56.92 | 37.48 | 71.25 | - |
| YUV | 167.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 219 | 0 | 0.52 | 0.11 | 0.04 | 312.28 | 0.86 | 0.71 |
| Hex | F5 | 76 | DB | 0 | 34 | B | 4 | 138 | 56 | 47 |
| Octal | 365 | 166 | 333 | 0 | 64 | 13 | 4 | 470 | 126 | 107 |
| Binary | 11110101 | 1110110 | 11011011 | 0 | 110100 | 1011 | 100 | 100111000 | 1010110 | 1000111 |
Color Harmonies of #F576DB
Complementary color
Monochromatic Colors of #F576DB
Black with #F576DB
Text Example
Text Example
White with #F576DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F576DB; }
p { color: rgb(245,118,219); }
H1.HeaderClassName
{
color: #F576DB;
}
.AnyTagClassName
{
color: #F576DB;
}
</style>
background-color css
<style>
a { background-color: #F576DB; }
a { background-color: rgb(245,118,219); }
div.DivClassName
{
background-color: #F576DB;
}
.BgClassName
{
background-color: #F576DB;
}
</style>
border-color css
<style>
span { border-color: #F576DB; }
span { border-color: rgb(245,118,219); }
td.TdClassName
{
border-color: #F576DB;
}
.TagClassName
{
border-color: #F576DB;
}
</style>