Shades of Tea Rose #F78AD2
Tints of Tea Rose #F78AD2
RGB
CMYK
RGB Variations
Color information
#F78AD2 (or 0xF78AD2) is known color: Tea Rose. HEX triplet: F7, 8A and D2. RGB value is (247,138,210). Sum of RGB (Red+Green+Blue) = 247+138+210=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AD2 is #08752D. Grayscale: #B2B2B2. Windows color (decimal): -554286 or 13798135. OLE color: 13798135.
HSL color Cylindrical-coordinate representation of color #F78AD2: hue angle of 320.37º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78AD2 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 210 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.03 |
| HSL | 320.37º | 0.87% | 0.75% | - |
| HSV(B) | 320.37º | 0.44% | 0.97% | - |
| XYZ | 59.08 | 42.6 | 66.08 | - |
| YUV | 178.8 | 145.61 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 210 | 0 | 0.44 | 0.15 | 0.03 | 320.37 | 0.87 | 0.75 |
| Hex | F7 | 8A | D2 | 0 | 2C | F | 3 | 140 | 57 | 4B |
| Octal | 367 | 212 | 322 | 0 | 54 | 17 | 3 | 500 | 127 | 113 |
| Binary | 11110111 | 10001010 | 11010010 | 0 | 101100 | 1111 | 11 | 101000000 | 1010111 | 1001011 |
Color Harmonies of #F78AD2
Complementary color
Monochromatic Colors of #F78AD2
Black with #F78AD2
Text Example
Text Example
White with #F78AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78AD2; }
p { color: rgb(247,138,210); }
H1.HeaderClassName
{
color: #F78AD2;
}
.AnyTagClassName
{
color: #F78AD2;
}
</style>
background-color css
<style>
a { background-color: #F78AD2; }
a { background-color: rgb(247,138,210); }
div.DivClassName
{
background-color: #F78AD2;
}
.BgClassName
{
background-color: #F78AD2;
}
</style>
border-color css
<style>
span { border-color: #F78AD2; }
span { border-color: rgb(247,138,210); }
td.TdClassName
{
border-color: #F78AD2;
}
.TagClassName
{
border-color: #F78AD2;
}
</style>