Shades of Pale Magenta #F076DF
Tints of Pale Magenta #F076DF
RGB
CMYK
RGB Variations
Color information
#F076DF (or 0xF076DF) is known color: Pale Magenta. HEX triplet: F0, 76 and DF. RGB value is (240,118,223). Sum of RGB (Red+Green+Blue) = 240+118+223=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F076DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076DF is #0F8920. Grayscale: #A6A6A6. Windows color (decimal): -1018145 or 14644976. OLE color: 14644976.
HSL color Cylindrical-coordinate representation of color #F076DF: hue angle of 308.36º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F076DF is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 223 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.06 |
| HSL | 308.36º | 0.8% | 0.7% | - |
| HSV(B) | 308.36º | 0.51% | 0.94% | - |
| XYZ | 55.73 | 36.81 | 73.98 | - |
| YUV | 166.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 223 | 0 | 0.51 | 0.07 | 0.06 | 308.36 | 0.8 | 0.7 |
| Hex | F0 | 76 | DF | 0 | 33 | 7 | 6 | 134 | 50 | 46 |
| Octal | 360 | 166 | 337 | 0 | 63 | 7 | 6 | 464 | 120 | 106 |
| Binary | 11110000 | 1110110 | 11011111 | 0 | 110011 | 111 | 110 | 100110100 | 1010000 | 1000110 |
Color Harmonies of #F076DF
Complementary color
Monochromatic Colors of #F076DF
Black with #F076DF
Text Example
Text Example
White with #F076DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076DF; }
p { color: rgb(240,118,223); }
H1.HeaderClassName
{
color: #F076DF;
}
.AnyTagClassName
{
color: #F076DF;
}
</style>
background-color css
<style>
a { background-color: #F076DF; }
a { background-color: rgb(240,118,223); }
div.DivClassName
{
background-color: #F076DF;
}
.BgClassName
{
background-color: #F076DF;
}
</style>
border-color css
<style>
span { border-color: #F076DF; }
span { border-color: rgb(240,118,223); }
td.TdClassName
{
border-color: #F076DF;
}
.TagClassName
{
border-color: #F076DF;
}
</style>