Shades of Tea Rose #F579C7
Tints of Tea Rose #F579C7
RGB
CMYK
RGB Variations
Color information
#F579C7 (or 0xF579C7) is known color: Tea Rose. HEX triplet: F5, 79 and C7. RGB value is (245,121,199). Sum of RGB (Red+Green+Blue) = 245+121+199=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F579C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579C7 is #0A8638. Grayscale: #A6A6A6. Windows color (decimal): -689721 or 13072885. OLE color: 13072885.
HSL color Cylindrical-coordinate representation of color #F579C7: hue angle of 322.26º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F579C7 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 199 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.04 |
| HSL | 322.26º | 0.86% | 0.72% | - |
| HSV(B) | 322.26º | 0.51% | 0.96% | - |
| XYZ | 54.8 | 37.21 | 58.33 | - |
| YUV | 166.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 199 | 0 | 0.51 | 0.19 | 0.04 | 322.26 | 0.86 | 0.72 |
| Hex | F5 | 79 | C7 | 0 | 33 | 13 | 4 | 142 | 56 | 48 |
| Octal | 365 | 171 | 307 | 0 | 63 | 23 | 4 | 502 | 126 | 110 |
| Binary | 11110101 | 1111001 | 11000111 | 0 | 110011 | 10011 | 100 | 101000010 | 1010110 | 1001000 |
Color Harmonies of #F579C7
Complementary color
Monochromatic Colors of #F579C7
Black with #F579C7
Text Example
Text Example
White with #F579C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579C7; }
p { color: rgb(245,121,199); }
H1.HeaderClassName
{
color: #F579C7;
}
.AnyTagClassName
{
color: #F579C7;
}
</style>
background-color css
<style>
a { background-color: #F579C7; }
a { background-color: rgb(245,121,199); }
div.DivClassName
{
background-color: #F579C7;
}
.BgClassName
{
background-color: #F579C7;
}
</style>
border-color css
<style>
span { border-color: #F579C7; }
span { border-color: rgb(245,121,199); }
td.TdClassName
{
border-color: #F579C7;
}
.TagClassName
{
border-color: #F579C7;
}
</style>