Shades of Pale Magenta #F073DA
Tints of Pale Magenta #F073DA
RGB
CMYK
RGB Variations
Color information
#F073DA (or 0xF073DA) is known color: Pale Magenta. HEX triplet: F0, 73 and DA. RGB value is (240,115,218). Sum of RGB (Red+Green+Blue) = 240+115+218=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F073DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073DA is #0F8C25. Grayscale: #A3A3A3. Windows color (decimal): -1018918 or 14316528. OLE color: 14316528.
HSL color Cylindrical-coordinate representation of color #F073DA: hue angle of 310.56º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073DA is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 218 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.06 |
| HSL | 310.56º | 0.81% | 0.7% | - |
| HSV(B) | 310.56º | 0.52% | 0.94% | - |
| XYZ | 54.72 | 35.85 | 70.37 | - |
| YUV | 164.12 | 158.41 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 218 | 0 | 0.52 | 0.09 | 0.06 | 310.56 | 0.81 | 0.7 |
| Hex | F0 | 73 | DA | 0 | 34 | 9 | 6 | 137 | 51 | 46 |
| Octal | 360 | 163 | 332 | 0 | 64 | 11 | 6 | 467 | 121 | 106 |
| Binary | 11110000 | 1110011 | 11011010 | 0 | 110100 | 1001 | 110 | 100110111 | 1010001 | 1000110 |
Color Harmonies of #F073DA
Complementary color
Monochromatic Colors of #F073DA
Black with #F073DA
Text Example
Text Example
White with #F073DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073DA; }
p { color: rgb(240,115,218); }
H1.HeaderClassName
{
color: #F073DA;
}
.AnyTagClassName
{
color: #F073DA;
}
</style>
background-color css
<style>
a { background-color: #F073DA; }
a { background-color: rgb(240,115,218); }
div.DivClassName
{
background-color: #F073DA;
}
.BgClassName
{
background-color: #F073DA;
}
</style>
border-color css
<style>
span { border-color: #F073DA; }
span { border-color: rgb(240,115,218); }
td.TdClassName
{
border-color: #F073DA;
}
.TagClassName
{
border-color: #F073DA;
}
</style>