Shades of Tea Rose #F079C9
Tints of Tea Rose #F079C9
RGB
CMYK
RGB Variations
Color information
#F079C9 (or 0xF079C9) is known color: Tea Rose. HEX triplet: F0, 79 and C9. RGB value is (240,121,201). Sum of RGB (Red+Green+Blue) = 240+121+201=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F079C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079C9 is #0F8636. Grayscale: #A5A5A5. Windows color (decimal): -1017399 or 13203952. OLE color: 13203952.
HSL color Cylindrical-coordinate representation of color #F079C9: hue angle of 319.66º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F079C9 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 201 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.06 |
| HSL | 319.66º | 0.8% | 0.71% | - |
| HSV(B) | 319.66º | 0.5% | 0.94% | - |
| XYZ | 53.32 | 36.42 | 59.48 | - |
| YUV | 165.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 201 | 0 | 0.50 | 0.16 | 0.06 | 319.66 | 0.8 | 0.71 |
| Hex | F0 | 79 | C9 | 0 | 32 | 10 | 6 | 140 | 50 | 47 |
| Octal | 360 | 171 | 311 | 0 | 62 | 20 | 6 | 500 | 120 | 107 |
| Binary | 11110000 | 1111001 | 11001001 | 0 | 110010 | 10000 | 110 | 101000000 | 1010000 | 1000111 |
Color Harmonies of #F079C9
Complementary color
Monochromatic Colors of #F079C9
Black with #F079C9
Text Example
Text Example
White with #F079C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079C9; }
p { color: rgb(240,121,201); }
H1.HeaderClassName
{
color: #F079C9;
}
.AnyTagClassName
{
color: #F079C9;
}
</style>
background-color css
<style>
a { background-color: #F079C9; }
a { background-color: rgb(240,121,201); }
div.DivClassName
{
background-color: #F079C9;
}
.BgClassName
{
background-color: #F079C9;
}
</style>
border-color css
<style>
span { border-color: #F079C9; }
span { border-color: rgb(240,121,201); }
td.TdClassName
{
border-color: #F079C9;
}
.TagClassName
{
border-color: #F079C9;
}
</style>