Shades of Pale Magenta #F077DF
Tints of Pale Magenta #F077DF
RGB
CMYK
RGB Variations
Color information
#F077DF (or 0xF077DF) is known color: Pale Magenta. HEX triplet: F0, 77 and DF. RGB value is (240,119,223). Sum of RGB (Red+Green+Blue) = 240+119+223=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F077DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077DF is #0F8820. Grayscale: #A6A6A6. Windows color (decimal): -1017889 or 14645232. OLE color: 14645232.
HSL color Cylindrical-coordinate representation of color #F077DF: hue angle of 308.43º 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 #F077DF is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 223 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.06 |
| HSL | 308.43º | 0.8% | 0.7% | - |
| HSV(B) | 308.43º | 0.5% | 0.94% | - |
| XYZ | 55.85 | 37.05 | 74.02 | - |
| YUV | 167.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 223 | 0 | 0.50 | 0.07 | 0.06 | 308.43 | 0.8 | 0.7 |
| Hex | F0 | 77 | DF | 0 | 32 | 7 | 6 | 134 | 50 | 46 |
| Octal | 360 | 167 | 337 | 0 | 62 | 7 | 6 | 464 | 120 | 106 |
| Binary | 11110000 | 1110111 | 11011111 | 0 | 110010 | 111 | 110 | 100110100 | 1010000 | 1000110 |
Color Harmonies of #F077DF
Complementary color
Monochromatic Colors of #F077DF
Black with #F077DF
Text Example
Text Example
White with #F077DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077DF; }
p { color: rgb(240,119,223); }
H1.HeaderClassName
{
color: #F077DF;
}
.AnyTagClassName
{
color: #F077DF;
}
</style>
background-color css
<style>
a { background-color: #F077DF; }
a { background-color: rgb(240,119,223); }
div.DivClassName
{
background-color: #F077DF;
}
.BgClassName
{
background-color: #F077DF;
}
</style>
border-color css
<style>
span { border-color: #F077DF; }
span { border-color: rgb(240,119,223); }
td.TdClassName
{
border-color: #F077DF;
}
.TagClassName
{
border-color: #F077DF;
}
</style>