Shades of Tea Rose #F77DC8
Tints of Tea Rose #F77DC8
RGB
CMYK
RGB Variations
Color information
#F77DC8 (or 0xF77DC8) is known color: Tea Rose. HEX triplet: F7, 7D and C8. RGB value is (247,125,200). Sum of RGB (Red+Green+Blue) = 247+125+200=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DC8 is #088237. Grayscale: #A9A9A9. Windows color (decimal): -557624 or 13139447. OLE color: 13139447.
HSL color Cylindrical-coordinate representation of color #F77DC8: hue angle of 323.11º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77DC8 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 200 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.03 |
| HSL | 323.11º | 0.88% | 0.73% | - |
| HSV(B) | 323.11º | 0.49% | 0.97% | - |
| XYZ | 56.12 | 38.61 | 59.14 | - |
| YUV | 170.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 200 | 0 | 0.49 | 0.19 | 0.03 | 323.11 | 0.88 | 0.73 |
| Hex | F7 | 7D | C8 | 0 | 31 | 13 | 3 | 143 | 58 | 49 |
| Octal | 367 | 175 | 310 | 0 | 61 | 23 | 3 | 503 | 130 | 111 |
| Binary | 11110111 | 1111101 | 11001000 | 0 | 110001 | 10011 | 11 | 101000011 | 1011000 | 1001001 |
Color Harmonies of #F77DC8
Complementary color
Monochromatic Colors of #F77DC8
Black with #F77DC8
Text Example
Text Example
White with #F77DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DC8; }
p { color: rgb(247,125,200); }
H1.HeaderClassName
{
color: #F77DC8;
}
.AnyTagClassName
{
color: #F77DC8;
}
</style>
background-color css
<style>
a { background-color: #F77DC8; }
a { background-color: rgb(247,125,200); }
div.DivClassName
{
background-color: #F77DC8;
}
.BgClassName
{
background-color: #F77DC8;
}
</style>
border-color css
<style>
span { border-color: #F77DC8; }
span { border-color: rgb(247,125,200); }
td.TdClassName
{
border-color: #F77DC8;
}
.TagClassName
{
border-color: #F77DC8;
}
</style>