Shades of Pale Magenta #F076D4
Tints of Pale Magenta #F076D4
RGB
CMYK
RGB Variations
Color information
#F076D4 (or 0xF076D4) is known color: Pale Magenta. HEX triplet: F0, 76 and D4. RGB value is (240,118,212). Sum of RGB (Red+Green+Blue) = 240+118+212=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F076D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076D4 is #0F892B. Grayscale: #A4A4A4. Windows color (decimal): -1018156 or 13924080. OLE color: 13924080.
HSL color Cylindrical-coordinate representation of color #F076D4: hue angle of 313.77º 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 #F076D4 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 212 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.06 |
| HSL | 313.77º | 0.8% | 0.7% | - |
| HSV(B) | 313.77º | 0.51% | 0.94% | - |
| XYZ | 54.3 | 36.24 | 66.42 | - |
| YUV | 165.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 212 | 0 | 0.51 | 0.12 | 0.06 | 313.77 | 0.8 | 0.7 |
| Hex | F0 | 76 | D4 | 0 | 33 | C | 6 | 13A | 50 | 46 |
| Octal | 360 | 166 | 324 | 0 | 63 | 14 | 6 | 472 | 120 | 106 |
| Binary | 11110000 | 1110110 | 11010100 | 0 | 110011 | 1100 | 110 | 100111010 | 1010000 | 1000110 |
Color Harmonies of #F076D4
Complementary color
Monochromatic Colors of #F076D4
Black with #F076D4
Text Example
Text Example
White with #F076D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076D4; }
p { color: rgb(240,118,212); }
H1.HeaderClassName
{
color: #F076D4;
}
.AnyTagClassName
{
color: #F076D4;
}
</style>
background-color css
<style>
a { background-color: #F076D4; }
a { background-color: rgb(240,118,212); }
div.DivClassName
{
background-color: #F076D4;
}
.BgClassName
{
background-color: #F076D4;
}
</style>
border-color css
<style>
span { border-color: #F076D4; }
span { border-color: rgb(240,118,212); }
td.TdClassName
{
border-color: #F076D4;
}
.TagClassName
{
border-color: #F076D4;
}
</style>