Shades of Tea Rose #F08BCD
Tints of Tea Rose #F08BCD
RGB
CMYK
RGB Variations
Color information
#F08BCD (or 0xF08BCD) is known color: Tea Rose. HEX triplet: F0, 8B and CD. RGB value is (240,139,205). Sum of RGB (Red+Green+Blue) = 240+139+205=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BCD is #0F7432. Grayscale: #B0B0B0. Windows color (decimal): -1012787 or 13470704. OLE color: 13470704.
HSL color Cylindrical-coordinate representation of color #F08BCD: hue angle of 320.79º 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 #F08BCD is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 205 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.06 |
| HSL | 320.79º | 0.77% | 0.74% | - |
| HSV(B) | 320.79º | 0.42% | 0.94% | - |
| XYZ | 56.19 | 41.4 | 62.79 | - |
| YUV | 176.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 205 | 0 | 0.42 | 0.15 | 0.06 | 320.79 | 0.77 | 0.74 |
| Hex | F0 | 8B | CD | 0 | 2A | F | 6 | 141 | 4D | 4A |
| Octal | 360 | 213 | 315 | 0 | 52 | 17 | 6 | 501 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11001101 | 0 | 101010 | 1111 | 110 | 101000001 | 1001101 | 1001010 |
Color Harmonies of #F08BCD
Complementary color
Monochromatic Colors of #F08BCD
Black with #F08BCD
Text Example
Text Example
White with #F08BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BCD; }
p { color: rgb(240,139,205); }
H1.HeaderClassName
{
color: #F08BCD;
}
.AnyTagClassName
{
color: #F08BCD;
}
</style>
background-color css
<style>
a { background-color: #F08BCD; }
a { background-color: rgb(240,139,205); }
div.DivClassName
{
background-color: #F08BCD;
}
.BgClassName
{
background-color: #F08BCD;
}
</style>
border-color css
<style>
span { border-color: #F08BCD; }
span { border-color: rgb(240,139,205); }
td.TdClassName
{
border-color: #F08BCD;
}
.TagClassName
{
border-color: #F08BCD;
}
</style>