Shades of Pale Magenta #F070DF
Tints of Pale Magenta #F070DF
RGB
CMYK
RGB Variations
Color information
#F070DF (or 0xF070DF) is known color: Pale Magenta. HEX triplet: F0, 70 and DF. RGB value is (240,112,223). Sum of RGB (Red+Green+Blue) = 240+112+223=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F070DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070DF is #0F8F20. Grayscale: #A2A2A2. Windows color (decimal): -1019681 or 14643440. OLE color: 14643440.
HSL color Cylindrical-coordinate representation of color #F070DF: hue angle of 307.97º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070DF is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 223 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.06 |
| HSL | 307.97º | 0.81% | 0.69% | - |
| HSV(B) | 307.97º | 0.53% | 0.94% | - |
| XYZ | 55.05 | 35.44 | 73.75 | - |
| YUV | 162.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 223 | 0 | 0.53 | 0.07 | 0.06 | 307.97 | 0.81 | 0.69 |
| Hex | F0 | 70 | DF | 0 | 35 | 7 | 6 | 134 | 51 | 45 |
| Octal | 360 | 160 | 337 | 0 | 65 | 7 | 6 | 464 | 121 | 105 |
| Binary | 11110000 | 1110000 | 11011111 | 0 | 110101 | 111 | 110 | 100110100 | 1010001 | 1000101 |
Color Harmonies of #F070DF
Complementary color
Monochromatic Colors of #F070DF
Black with #F070DF
Text Example
Text Example
White with #F070DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070DF; }
p { color: rgb(240,112,223); }
H1.HeaderClassName
{
color: #F070DF;
}
.AnyTagClassName
{
color: #F070DF;
}
</style>
background-color css
<style>
a { background-color: #F070DF; }
a { background-color: rgb(240,112,223); }
div.DivClassName
{
background-color: #F070DF;
}
.BgClassName
{
background-color: #F070DF;
}
</style>
border-color css
<style>
span { border-color: #F070DF; }
span { border-color: rgb(240,112,223); }
td.TdClassName
{
border-color: #F070DF;
}
.TagClassName
{
border-color: #F070DF;
}
</style>