Shades of Pale Magenta #F571D8
Tints of Pale Magenta #F571D8
RGB
CMYK
RGB Variations
Color information
#F571D8 (or 0xF571D8) is known color: Pale Magenta. HEX triplet: F5, 71 and D8. RGB value is (245,113,216). Sum of RGB (Red+Green+Blue) = 245+113+216=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F571D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571D8 is #0A8E27. Grayscale: #A3A3A3. Windows color (decimal): -691752 or 14184949. OLE color: 14184949.
HSL color Cylindrical-coordinate representation of color #F571D8: hue angle of 313.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 #F571D8 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 216 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.04 |
| HSL | 313.18º | 0.87% | 0.7% | - |
| HSV(B) | 313.18º | 0.54% | 0.96% | - |
| XYZ | 55.96 | 36.18 | 69 | - |
| YUV | 164.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 216 | 0 | 0.54 | 0.12 | 0.04 | 313.18 | 0.87 | 0.7 |
| Hex | F5 | 71 | D8 | 0 | 36 | C | 4 | 139 | 57 | 46 |
| Octal | 365 | 161 | 330 | 0 | 66 | 14 | 4 | 471 | 127 | 106 |
| Binary | 11110101 | 1110001 | 11011000 | 0 | 110110 | 1100 | 100 | 100111001 | 1010111 | 1000110 |
Color Harmonies of #F571D8
Complementary color
Monochromatic Colors of #F571D8
Black with #F571D8
Text Example
Text Example
White with #F571D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F571D8; }
p { color: rgb(245,113,216); }
H1.HeaderClassName
{
color: #F571D8;
}
.AnyTagClassName
{
color: #F571D8;
}
</style>
background-color css
<style>
a { background-color: #F571D8; }
a { background-color: rgb(245,113,216); }
div.DivClassName
{
background-color: #F571D8;
}
.BgClassName
{
background-color: #F571D8;
}
</style>
border-color css
<style>
span { border-color: #F571D8; }
span { border-color: rgb(245,113,216); }
td.TdClassName
{
border-color: #F571D8;
}
.TagClassName
{
border-color: #F571D8;
}
</style>