Shades of Tea Rose #F079C8
Tints of Tea Rose #F079C8
RGB
CMYK
RGB Variations
Color information
#F079C8 (or 0xF079C8) is known color: Tea Rose. HEX triplet: F0, 79 and C8. RGB value is (240,121,200). Sum of RGB (Red+Green+Blue) = 240+121+200=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F079C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079C8 is #0F8637. Grayscale: #A5A5A5. Windows color (decimal): -1017400 or 13138416. OLE color: 13138416.
HSL color Cylindrical-coordinate representation of color #F079C8: hue angle of 320.17º 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 #F079C8 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 200 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.06 |
| HSL | 320.17º | 0.8% | 0.71% | - |
| HSV(B) | 320.17º | 0.5% | 0.94% | - |
| XYZ | 53.2 | 36.37 | 58.86 | - |
| YUV | 165.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 200 | 0 | 0.50 | 0.17 | 0.06 | 320.17 | 0.8 | 0.71 |
| Hex | F0 | 79 | C8 | 0 | 32 | 11 | 6 | 140 | 50 | 47 |
| Octal | 360 | 171 | 310 | 0 | 62 | 21 | 6 | 500 | 120 | 107 |
| Binary | 11110000 | 1111001 | 11001000 | 0 | 110010 | 10001 | 110 | 101000000 | 1010000 | 1000111 |
Color Harmonies of #F079C8
Complementary color
Monochromatic Colors of #F079C8
Black with #F079C8
Text Example
Text Example
White with #F079C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079C8; }
p { color: rgb(240,121,200); }
H1.HeaderClassName
{
color: #F079C8;
}
.AnyTagClassName
{
color: #F079C8;
}
</style>
background-color css
<style>
a { background-color: #F079C8; }
a { background-color: rgb(240,121,200); }
div.DivClassName
{
background-color: #F079C8;
}
.BgClassName
{
background-color: #F079C8;
}
</style>
border-color css
<style>
span { border-color: #F079C8; }
span { border-color: rgb(240,121,200); }
td.TdClassName
{
border-color: #F079C8;
}
.TagClassName
{
border-color: #F079C8;
}
</style>