Shades of Tea Rose #F080CA
Tints of Tea Rose #F080CA
RGB
CMYK
RGB Variations
Color information
#F080CA (or 0xF080CA) is known color: Tea Rose. HEX triplet: F0, 80 and CA. RGB value is (240,128,202). Sum of RGB (Red+Green+Blue) = 240+128+202=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F080CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080CA is #0F7F35. Grayscale: #A9A9A9. Windows color (decimal): -1015606 or 13271280. OLE color: 13271280.
HSL color Cylindrical-coordinate representation of color #F080CA: hue angle of 320.36º 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 #F080CA is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 202 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.06 |
| HSL | 320.36º | 0.79% | 0.72% | - |
| HSV(B) | 320.36º | 0.47% | 0.94% | - |
| XYZ | 54.32 | 38.23 | 60.39 | - |
| YUV | 169.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 202 | 0 | 0.47 | 0.16 | 0.06 | 320.36 | 0.79 | 0.72 |
| Hex | F0 | 80 | CA | 0 | 2F | 10 | 6 | 140 | 4F | 48 |
| Octal | 360 | 200 | 312 | 0 | 57 | 20 | 6 | 500 | 117 | 110 |
| Binary | 11110000 | 10000000 | 11001010 | 0 | 101111 | 10000 | 110 | 101000000 | 1001111 | 1001000 |
Color Harmonies of #F080CA
Complementary color
Monochromatic Colors of #F080CA
Black with #F080CA
Text Example
Text Example
White with #F080CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080CA; }
p { color: rgb(240,128,202); }
H1.HeaderClassName
{
color: #F080CA;
}
.AnyTagClassName
{
color: #F080CA;
}
</style>
background-color css
<style>
a { background-color: #F080CA; }
a { background-color: rgb(240,128,202); }
div.DivClassName
{
background-color: #F080CA;
}
.BgClassName
{
background-color: #F080CA;
}
</style>
border-color css
<style>
span { border-color: #F080CA; }
span { border-color: rgb(240,128,202); }
td.TdClassName
{
border-color: #F080CA;
}
.TagClassName
{
border-color: #F080CA;
}
</style>