Shades of Pale Magenta #F773DA
Tints of Pale Magenta #F773DA
RGB
CMYK
RGB Variations
Color information
#F773DA (or 0xF773DA) is known color: Pale Magenta. HEX triplet: F7, 73 and DA. RGB value is (247,115,218). Sum of RGB (Red+Green+Blue) = 247+115+218=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F773DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773DA is #088C25. Grayscale: #A5A5A5. Windows color (decimal): -560166 or 14316535. OLE color: 14316535.
HSL color Cylindrical-coordinate representation of color #F773DA: hue angle of 313.18º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773DA is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 218 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.03 |
| HSL | 313.18º | 0.89% | 0.71% | - |
| HSV(B) | 313.18º | 0.53% | 0.97% | - |
| XYZ | 57.14 | 37.1 | 70.48 | - |
| YUV | 166.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 218 | 0 | 0.53 | 0.12 | 0.03 | 313.18 | 0.89 | 0.71 |
| Hex | F7 | 73 | DA | 0 | 35 | C | 3 | 139 | 59 | 47 |
| Octal | 367 | 163 | 332 | 0 | 65 | 14 | 3 | 471 | 131 | 107 |
| Binary | 11110111 | 1110011 | 11011010 | 0 | 110101 | 1100 | 11 | 100111001 | 1011001 | 1000111 |
Color Harmonies of #F773DA
Complementary color
Monochromatic Colors of #F773DA
Black with #F773DA
Text Example
Text Example
White with #F773DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773DA; }
p { color: rgb(247,115,218); }
H1.HeaderClassName
{
color: #F773DA;
}
.AnyTagClassName
{
color: #F773DA;
}
</style>
background-color css
<style>
a { background-color: #F773DA; }
a { background-color: rgb(247,115,218); }
div.DivClassName
{
background-color: #F773DA;
}
.BgClassName
{
background-color: #F773DA;
}
</style>
border-color css
<style>
span { border-color: #F773DA; }
span { border-color: rgb(247,115,218); }
td.TdClassName
{
border-color: #F773DA;
}
.TagClassName
{
border-color: #F773DA;
}
</style>