Shades of Pale Magenta #F574DA
Tints of Pale Magenta #F574DA
RGB
CMYK
RGB Variations
Color information
#F574DA (or 0xF574DA) is known color: Pale Magenta. HEX triplet: F5, 74 and DA. RGB value is (245,116,218). Sum of RGB (Red+Green+Blue) = 245+116+218=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 116 (45.70% from 255 or 20.03% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F574DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574DA is #0A8B25. Grayscale: #A5A5A5. Windows color (decimal): -690982 or 14316789. OLE color: 14316789.
HSL color Cylindrical-coordinate representation of color #F574DA: hue angle of 312.56º 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 #F574DA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 218 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.04 |
| HSL | 312.56º | 0.87% | 0.71% | - |
| HSV(B) | 312.56º | 0.53% | 0.96% | - |
| XYZ | 56.56 | 36.97 | 70.48 | - |
| YUV | 166.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 218 | 0 | 0.53 | 0.11 | 0.04 | 312.56 | 0.87 | 0.71 |
| Hex | F5 | 74 | DA | 0 | 35 | B | 4 | 139 | 57 | 47 |
| Octal | 365 | 164 | 332 | 0 | 65 | 13 | 4 | 471 | 127 | 107 |
| Binary | 11110101 | 1110100 | 11011010 | 0 | 110101 | 1011 | 100 | 100111001 | 1010111 | 1000111 |
Color Harmonies of #F574DA
Complementary color
Monochromatic Colors of #F574DA
Black with #F574DA
Text Example
Text Example
White with #F574DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574DA; }
p { color: rgb(245,116,218); }
H1.HeaderClassName
{
color: #F574DA;
}
.AnyTagClassName
{
color: #F574DA;
}
</style>
background-color css
<style>
a { background-color: #F574DA; }
a { background-color: rgb(245,116,218); }
div.DivClassName
{
background-color: #F574DA;
}
.BgClassName
{
background-color: #F574DA;
}
</style>
border-color css
<style>
span { border-color: #F574DA; }
span { border-color: rgb(245,116,218); }
td.TdClassName
{
border-color: #F574DA;
}
.TagClassName
{
border-color: #F574DA;
}
</style>