Shades of Pale Magenta #F570DA
Tints of Pale Magenta #F570DA
RGB
CMYK
RGB Variations
Color information
#F570DA (or 0xF570DA) is known color: Pale Magenta. HEX triplet: F5, 70 and DA. RGB value is (245,112,218). Sum of RGB (Red+Green+Blue) = 245+112+218=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F570DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570DA is #0A8F25. Grayscale: #A3A3A3. Windows color (decimal): -692006 or 14315765. OLE color: 14315765.
HSL color Cylindrical-coordinate representation of color #F570DA: hue angle of 312.18º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F570DA is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 218 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.04 |
| HSL | 312.18º | 0.87% | 0.7% | - |
| HSV(B) | 312.18º | 0.54% | 0.96% | - |
| XYZ | 56.11 | 36.06 | 70.33 | - |
| YUV | 163.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 218 | 0 | 0.54 | 0.11 | 0.04 | 312.18 | 0.87 | 0.7 |
| Hex | F5 | 70 | DA | 0 | 36 | B | 4 | 138 | 57 | 46 |
| Octal | 365 | 160 | 332 | 0 | 66 | 13 | 4 | 470 | 127 | 106 |
| Binary | 11110101 | 1110000 | 11011010 | 0 | 110110 | 1011 | 100 | 100111000 | 1010111 | 1000110 |
Color Harmonies of #F570DA
Complementary color
Monochromatic Colors of #F570DA
Black with #F570DA
Text Example
Text Example
White with #F570DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F570DA; }
p { color: rgb(245,112,218); }
H1.HeaderClassName
{
color: #F570DA;
}
.AnyTagClassName
{
color: #F570DA;
}
</style>
background-color css
<style>
a { background-color: #F570DA; }
a { background-color: rgb(245,112,218); }
div.DivClassName
{
background-color: #F570DA;
}
.BgClassName
{
background-color: #F570DA;
}
</style>
border-color css
<style>
span { border-color: #F570DA; }
span { border-color: rgb(245,112,218); }
td.TdClassName
{
border-color: #F570DA;
}
.TagClassName
{
border-color: #F570DA;
}
</style>