Shades of Tea Rose #F08BCA
Tints of Tea Rose #F08BCA
RGB
CMYK
RGB Variations
Color information
#F08BCA (or 0xF08BCA) is known color: Tea Rose. HEX triplet: F0, 8B and CA. RGB value is (240,139,202). Sum of RGB (Red+Green+Blue) = 240+139+202=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BCA is #0F7435. Grayscale: #B0B0B0. Windows color (decimal): -1012790 or 13274096. OLE color: 13274096.
HSL color Cylindrical-coordinate representation of color #F08BCA: hue angle of 322.57º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BCA is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 202 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.06 |
| HSL | 322.57º | 0.77% | 0.74% | - |
| HSV(B) | 322.57º | 0.42% | 0.94% | - |
| XYZ | 55.83 | 41.25 | 60.9 | - |
| YUV | 176.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 202 | 0 | 0.42 | 0.16 | 0.06 | 322.57 | 0.77 | 0.74 |
| Hex | F0 | 8B | CA | 0 | 2A | 10 | 6 | 143 | 4D | 4A |
| Octal | 360 | 213 | 312 | 0 | 52 | 20 | 6 | 503 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11001010 | 0 | 101010 | 10000 | 110 | 101000011 | 1001101 | 1001010 |
Color Harmonies of #F08BCA
Complementary color
Monochromatic Colors of #F08BCA
Black with #F08BCA
Text Example
Text Example
White with #F08BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BCA; }
p { color: rgb(240,139,202); }
H1.HeaderClassName
{
color: #F08BCA;
}
.AnyTagClassName
{
color: #F08BCA;
}
</style>
background-color css
<style>
a { background-color: #F08BCA; }
a { background-color: rgb(240,139,202); }
div.DivClassName
{
background-color: #F08BCA;
}
.BgClassName
{
background-color: #F08BCA;
}
</style>
border-color css
<style>
span { border-color: #F08BCA; }
span { border-color: rgb(240,139,202); }
td.TdClassName
{
border-color: #F08BCA;
}
.TagClassName
{
border-color: #F08BCA;
}
</style>