Shades of Tea Rose #F781D1
Tints of Tea Rose #F781D1
RGB
CMYK
RGB Variations
Color information
#F781D1 (or 0xF781D1) is known color: Tea Rose. HEX triplet: F7, 81 and D1. RGB value is (247,129,209). Sum of RGB (Red+Green+Blue) = 247+129+209=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F781D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781D1 is #087E2E. Grayscale: #ADADAD. Windows color (decimal): -556591 or 13730295. OLE color: 13730295.
HSL color Cylindrical-coordinate representation of color #F781D1: hue angle of 319.32º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F781D1 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 209 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.03 |
| HSL | 319.32º | 0.88% | 0.74% | - |
| HSV(B) | 319.32º | 0.48% | 0.97% | - |
| XYZ | 57.72 | 40.08 | 65.02 | - |
| YUV | 173.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 209 | 0 | 0.48 | 0.15 | 0.03 | 319.32 | 0.88 | 0.74 |
| Hex | F7 | 81 | D1 | 0 | 30 | F | 3 | 13F | 58 | 4A |
| Octal | 367 | 201 | 321 | 0 | 60 | 17 | 3 | 477 | 130 | 112 |
| Binary | 11110111 | 10000001 | 11010001 | 0 | 110000 | 1111 | 11 | 100111111 | 1011000 | 1001010 |
Color Harmonies of #F781D1
Complementary color
Monochromatic Colors of #F781D1
Black with #F781D1
Text Example
Text Example
White with #F781D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781D1; }
p { color: rgb(247,129,209); }
H1.HeaderClassName
{
color: #F781D1;
}
.AnyTagClassName
{
color: #F781D1;
}
</style>
background-color css
<style>
a { background-color: #F781D1; }
a { background-color: rgb(247,129,209); }
div.DivClassName
{
background-color: #F781D1;
}
.BgClassName
{
background-color: #F781D1;
}
</style>
border-color css
<style>
span { border-color: #F781D1; }
span { border-color: rgb(247,129,209); }
td.TdClassName
{
border-color: #F781D1;
}
.TagClassName
{
border-color: #F781D1;
}
</style>