Shades of Tea Rose #F080C7
Tints of Tea Rose #F080C7
RGB
CMYK
RGB Variations
Color information
#F080C7 (or 0xF080C7) is known color: Tea Rose. HEX triplet: F0, 80 and C7. RGB value is (240,128,199). Sum of RGB (Red+Green+Blue) = 240+128+199=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F080C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080C7 is #0F7F38. Grayscale: #A9A9A9. Windows color (decimal): -1015609 or 13074672. OLE color: 13074672.
HSL color Cylindrical-coordinate representation of color #F080C7: hue angle of 321.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080C7 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 199 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.06 |
| HSL | 321.96º | 0.79% | 0.72% | - |
| HSV(B) | 321.96º | 0.47% | 0.94% | - |
| XYZ | 53.96 | 38.09 | 58.54 | - |
| YUV | 169.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 199 | 0 | 0.47 | 0.17 | 0.06 | 321.96 | 0.79 | 0.72 |
| Hex | F0 | 80 | C7 | 0 | 2F | 11 | 6 | 142 | 4F | 48 |
| Octal | 360 | 200 | 307 | 0 | 57 | 21 | 6 | 502 | 117 | 110 |
| Binary | 11110000 | 10000000 | 11000111 | 0 | 101111 | 10001 | 110 | 101000010 | 1001111 | 1001000 |
Color Harmonies of #F080C7
Complementary color
Monochromatic Colors of #F080C7
Black with #F080C7
Text Example
Text Example
White with #F080C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080C7; }
p { color: rgb(240,128,199); }
H1.HeaderClassName
{
color: #F080C7;
}
.AnyTagClassName
{
color: #F080C7;
}
</style>
background-color css
<style>
a { background-color: #F080C7; }
a { background-color: rgb(240,128,199); }
div.DivClassName
{
background-color: #F080C7;
}
.BgClassName
{
background-color: #F080C7;
}
</style>
border-color css
<style>
span { border-color: #F080C7; }
span { border-color: rgb(240,128,199); }
td.TdClassName
{
border-color: #F080C7;
}
.TagClassName
{
border-color: #F080C7;
}
</style>