Shades of Pale Magenta #F077DA
Tints of Pale Magenta #F077DA
RGB
CMYK
RGB Variations
Color information
#F077DA (or 0xF077DA) is known color: Pale Magenta. HEX triplet: F0, 77 and DA. RGB value is (240,119,218). Sum of RGB (Red+Green+Blue) = 240+119+218=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F077DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077DA is #0F8825. Grayscale: #A6A6A6. Windows color (decimal): -1017894 or 14317552. OLE color: 14317552.
HSL color Cylindrical-coordinate representation of color #F077DA: hue angle of 310.91º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077DA is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 218 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.06 |
| HSL | 310.91º | 0.8% | 0.7% | - |
| HSV(B) | 310.91º | 0.5% | 0.94% | - |
| XYZ | 55.19 | 36.78 | 70.52 | - |
| YUV | 166.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 218 | 0 | 0.50 | 0.09 | 0.06 | 310.91 | 0.8 | 0.7 |
| Hex | F0 | 77 | DA | 0 | 32 | 9 | 6 | 137 | 50 | 46 |
| Octal | 360 | 167 | 332 | 0 | 62 | 11 | 6 | 467 | 120 | 106 |
| Binary | 11110000 | 1110111 | 11011010 | 0 | 110010 | 1001 | 110 | 100110111 | 1010000 | 1000110 |
Color Harmonies of #F077DA
Complementary color
Monochromatic Colors of #F077DA
Black with #F077DA
Text Example
Text Example
White with #F077DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077DA; }
p { color: rgb(240,119,218); }
H1.HeaderClassName
{
color: #F077DA;
}
.AnyTagClassName
{
color: #F077DA;
}
</style>
background-color css
<style>
a { background-color: #F077DA; }
a { background-color: rgb(240,119,218); }
div.DivClassName
{
background-color: #F077DA;
}
.BgClassName
{
background-color: #F077DA;
}
</style>
border-color css
<style>
span { border-color: #F077DA; }
span { border-color: rgb(240,119,218); }
td.TdClassName
{
border-color: #F077DA;
}
.TagClassName
{
border-color: #F077DA;
}
</style>