Shades of Tea Rose #F782D3
Tints of Tea Rose #F782D3
RGB
CMYK
RGB Variations
Color information
#F782D3 (or 0xF782D3) is known color: Tea Rose. HEX triplet: F7, 82 and D3. RGB value is (247,130,211). Sum of RGB (Red+Green+Blue) = 247+130+211=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F782D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782D3 is #087D2C. Grayscale: #AEAEAE. Windows color (decimal): -556333 or 13861623. OLE color: 13861623.
HSL color Cylindrical-coordinate representation of color #F782D3: hue angle of 318.46º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F782D3 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 211 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.03 |
| HSL | 318.46º | 0.88% | 0.74% | - |
| HSV(B) | 318.46º | 0.47% | 0.97% | - |
| XYZ | 58.1 | 40.44 | 66.37 | - |
| YUV | 174.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 211 | 0 | 0.47 | 0.15 | 0.03 | 318.46 | 0.88 | 0.74 |
| Hex | F7 | 82 | D3 | 0 | 2F | F | 3 | 13E | 58 | 4A |
| Octal | 367 | 202 | 323 | 0 | 57 | 17 | 3 | 476 | 130 | 112 |
| Binary | 11110111 | 10000010 | 11010011 | 0 | 101111 | 1111 | 11 | 100111110 | 1011000 | 1001010 |
Color Harmonies of #F782D3
Complementary color
Monochromatic Colors of #F782D3
Black with #F782D3
Text Example
Text Example
White with #F782D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F782D3; }
p { color: rgb(247,130,211); }
H1.HeaderClassName
{
color: #F782D3;
}
.AnyTagClassName
{
color: #F782D3;
}
</style>
background-color css
<style>
a { background-color: #F782D3; }
a { background-color: rgb(247,130,211); }
div.DivClassName
{
background-color: #F782D3;
}
.BgClassName
{
background-color: #F782D3;
}
</style>
border-color css
<style>
span { border-color: #F782D3; }
span { border-color: rgb(247,130,211); }
td.TdClassName
{
border-color: #F782D3;
}
.TagClassName
{
border-color: #F782D3;
}
</style>