Shades of Pale Magenta #F577DA
Tints of Pale Magenta #F577DA
RGB
CMYK
RGB Variations
Color information
#F577DA (or 0xF577DA) is known color: Pale Magenta. HEX triplet: F5, 77 and DA. RGB value is (245,119,218). Sum of RGB (Red+Green+Blue) = 245+119+218=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F577DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F577DA is #0A8825. Grayscale: #A7A7A7. Windows color (decimal): -690214 or 14317557. OLE color: 14317557.
HSL color Cylindrical-coordinate representation of color #F577DA: hue angle of 312.86º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F577DA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 218 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.04 |
| HSL | 312.86º | 0.86% | 0.71% | - |
| HSV(B) | 312.86º | 0.51% | 0.96% | - |
| XYZ | 56.91 | 37.67 | 70.6 | - |
| YUV | 167.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 218 | 0 | 0.51 | 0.11 | 0.04 | 312.86 | 0.86 | 0.71 |
| Hex | F5 | 77 | DA | 0 | 33 | B | 4 | 139 | 56 | 47 |
| Octal | 365 | 167 | 332 | 0 | 63 | 13 | 4 | 471 | 126 | 107 |
| Binary | 11110101 | 1110111 | 11011010 | 0 | 110011 | 1011 | 100 | 100111001 | 1010110 | 1000111 |
Color Harmonies of #F577DA
Complementary color
Monochromatic Colors of #F577DA
Black with #F577DA
Text Example
Text Example
White with #F577DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F577DA; }
p { color: rgb(245,119,218); }
H1.HeaderClassName
{
color: #F577DA;
}
.AnyTagClassName
{
color: #F577DA;
}
</style>
background-color css
<style>
a { background-color: #F577DA; }
a { background-color: rgb(245,119,218); }
div.DivClassName
{
background-color: #F577DA;
}
.BgClassName
{
background-color: #F577DA;
}
</style>
border-color css
<style>
span { border-color: #F577DA; }
span { border-color: rgb(245,119,218); }
td.TdClassName
{
border-color: #F577DA;
}
.TagClassName
{
border-color: #F577DA;
}
</style>