Shades of Tea Rose #F78AD3
Tints of Tea Rose #F78AD3
RGB
CMYK
RGB Variations
Color information
#F78AD3 (or 0xF78AD3) is known color: Tea Rose. HEX triplet: F7, 8A and D3. RGB value is (247,138,211). Sum of RGB (Red+Green+Blue) = 247+138+211=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AD3 is #08752C. Grayscale: #B2B2B2. Windows color (decimal): -554285 or 13863671. OLE color: 13863671.
HSL color Cylindrical-coordinate representation of color #F78AD3: hue angle of 319.82º 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 #F78AD3 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 211 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.03 |
| HSL | 319.82º | 0.87% | 0.75% | - |
| HSV(B) | 319.82º | 0.44% | 0.97% | - |
| XYZ | 59.2 | 42.65 | 66.74 | - |
| YUV | 178.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 211 | 0 | 0.44 | 0.15 | 0.03 | 319.82 | 0.87 | 0.75 |
| Hex | F7 | 8A | D3 | 0 | 2C | F | 3 | 140 | 57 | 4B |
| Octal | 367 | 212 | 323 | 0 | 54 | 17 | 3 | 500 | 127 | 113 |
| Binary | 11110111 | 10001010 | 11010011 | 0 | 101100 | 1111 | 11 | 101000000 | 1010111 | 1001011 |
Color Harmonies of #F78AD3
Complementary color
Monochromatic Colors of #F78AD3
Black with #F78AD3
Text Example
Text Example
White with #F78AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78AD3; }
p { color: rgb(247,138,211); }
H1.HeaderClassName
{
color: #F78AD3;
}
.AnyTagClassName
{
color: #F78AD3;
}
</style>
background-color css
<style>
a { background-color: #F78AD3; }
a { background-color: rgb(247,138,211); }
div.DivClassName
{
background-color: #F78AD3;
}
.BgClassName
{
background-color: #F78AD3;
}
</style>
border-color css
<style>
span { border-color: #F78AD3; }
span { border-color: rgb(247,138,211); }
td.TdClassName
{
border-color: #F78AD3;
}
.TagClassName
{
border-color: #F78AD3;
}
</style>