Shades of Tea Rose #F080CE
Tints of Tea Rose #F080CE
RGB
CMYK
RGB Variations
Color information
#F080CE (or 0xF080CE) is known color: Tea Rose. HEX triplet: F0, 80 and CE. RGB value is (240,128,206). Sum of RGB (Red+Green+Blue) = 240+128+206=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F080CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080CE is #0F7F31. Grayscale: #AAAAAA. Windows color (decimal): -1015602 or 13533424. OLE color: 13533424.
HSL color Cylindrical-coordinate representation of color #F080CE: hue angle of 318.21º 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 #F080CE is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 206 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.06 |
| HSL | 318.21º | 0.79% | 0.72% | - |
| HSV(B) | 318.21º | 0.47% | 0.94% | - |
| XYZ | 54.79 | 38.42 | 62.92 | - |
| YUV | 170.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 206 | 0 | 0.47 | 0.14 | 0.06 | 318.21 | 0.79 | 0.72 |
| Hex | F0 | 80 | CE | 0 | 2F | E | 6 | 13E | 4F | 48 |
| Octal | 360 | 200 | 316 | 0 | 57 | 16 | 6 | 476 | 117 | 110 |
| Binary | 11110000 | 10000000 | 11001110 | 0 | 101111 | 1110 | 110 | 100111110 | 1001111 | 1001000 |
Color Harmonies of #F080CE
Complementary color
Monochromatic Colors of #F080CE
Black with #F080CE
Text Example
Text Example
White with #F080CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080CE; }
p { color: rgb(240,128,206); }
H1.HeaderClassName
{
color: #F080CE;
}
.AnyTagClassName
{
color: #F080CE;
}
</style>
background-color css
<style>
a { background-color: #F080CE; }
a { background-color: rgb(240,128,206); }
div.DivClassName
{
background-color: #F080CE;
}
.BgClassName
{
background-color: #F080CE;
}
</style>
border-color css
<style>
span { border-color: #F080CE; }
span { border-color: rgb(240,128,206); }
td.TdClassName
{
border-color: #F080CE;
}
.TagClassName
{
border-color: #F080CE;
}
</style>