Shades of Pale Magenta #F573DC
Tints of Pale Magenta #F573DC
RGB
CMYK
RGB Variations
Color information
#F573DC (or 0xF573DC) is known color: Pale Magenta. HEX triplet: F5, 73 and DC. RGB value is (245,115,220). Sum of RGB (Red+Green+Blue) = 245+115+220=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F573DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F573DC is #0A8C23. Grayscale: #A5A5A5. Windows color (decimal): -691236 or 14447605. OLE color: 14447605.
HSL color Cylindrical-coordinate representation of color #F573DC: hue angle of 311.54º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F573DC is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 220 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.04 |
| HSL | 311.54º | 0.87% | 0.71% | - |
| HSV(B) | 311.54º | 0.53% | 0.96% | - |
| XYZ | 56.71 | 36.84 | 71.83 | - |
| YUV | 165.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 220 | 0 | 0.53 | 0.10 | 0.04 | 311.54 | 0.87 | 0.71 |
| Hex | F5 | 73 | DC | 0 | 35 | A | 4 | 138 | 57 | 47 |
| Octal | 365 | 163 | 334 | 0 | 65 | 12 | 4 | 470 | 127 | 107 |
| Binary | 11110101 | 1110011 | 11011100 | 0 | 110101 | 1010 | 100 | 100111000 | 1010111 | 1000111 |
Color Harmonies of #F573DC
Complementary color
Monochromatic Colors of #F573DC
Black with #F573DC
Text Example
Text Example
White with #F573DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573DC; }
p { color: rgb(245,115,220); }
H1.HeaderClassName
{
color: #F573DC;
}
.AnyTagClassName
{
color: #F573DC;
}
</style>
background-color css
<style>
a { background-color: #F573DC; }
a { background-color: rgb(245,115,220); }
div.DivClassName
{
background-color: #F573DC;
}
.BgClassName
{
background-color: #F573DC;
}
</style>
border-color css
<style>
span { border-color: #F573DC; }
span { border-color: rgb(245,115,220); }
td.TdClassName
{
border-color: #F573DC;
}
.TagClassName
{
border-color: #F573DC;
}
</style>