Shades of Orchid #F070D6
Tints of Orchid #F070D6
RGB
CMYK
RGB Variations
Color information
#F070D6 (or 0xF070D6) is known color: Orchid. HEX triplet: F0, 70 and D6. RGB value is (240,112,214). Sum of RGB (Red+Green+Blue) = 240+112+214=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F070D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070D6 is #0F8F29. Grayscale: #A1A1A1. Windows color (decimal): -1019690 or 14053616. OLE color: 14053616.
HSL color Cylindrical-coordinate representation of color #F070D6: hue angle of 312.19º 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 #F070D6 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 214 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.06 |
| HSL | 312.19º | 0.81% | 0.69% | - |
| HSV(B) | 312.19º | 0.53% | 0.94% | - |
| XYZ | 53.87 | 34.97 | 67.53 | - |
| YUV | 161.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 214 | 0 | 0.53 | 0.11 | 0.06 | 312.19 | 0.81 | 0.69 |
| Hex | F0 | 70 | D6 | 0 | 35 | B | 6 | 138 | 51 | 45 |
| Octal | 360 | 160 | 326 | 0 | 65 | 13 | 6 | 470 | 121 | 105 |
| Binary | 11110000 | 1110000 | 11010110 | 0 | 110101 | 1011 | 110 | 100111000 | 1010001 | 1000101 |
Color Harmonies of #F070D6
Complementary color
Monochromatic Colors of #F070D6
Black with #F070D6
Text Example
Text Example
White with #F070D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070D6; }
p { color: rgb(240,112,214); }
H1.HeaderClassName
{
color: #F070D6;
}
.AnyTagClassName
{
color: #F070D6;
}
</style>
background-color css
<style>
a { background-color: #F070D6; }
a { background-color: rgb(240,112,214); }
div.DivClassName
{
background-color: #F070D6;
}
.BgClassName
{
background-color: #F070D6;
}
</style>
border-color css
<style>
span { border-color: #F070D6; }
span { border-color: rgb(240,112,214); }
td.TdClassName
{
border-color: #F070D6;
}
.TagClassName
{
border-color: #F070D6;
}
</style>