Shades of Tea Rose #F081D1
Tints of Tea Rose #F081D1
RGB
CMYK
RGB Variations
Color information
#F081D1 (or 0xF081D1) is known color: Tea Rose. HEX triplet: F0, 81 and D1. RGB value is (240,129,209). Sum of RGB (Red+Green+Blue) = 240+129+209=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F081D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081D1 is #0F7E2E. Grayscale: #ABABAB. Windows color (decimal): -1015343 or 13730288. OLE color: 13730288.
HSL color Cylindrical-coordinate representation of color #F081D1: hue angle of 316.76º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081D1 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 209 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.06 |
| HSL | 316.76º | 0.79% | 0.72% | - |
| HSV(B) | 316.76º | 0.46% | 0.94% | - |
| XYZ | 55.29 | 38.83 | 64.9 | - |
| YUV | 171.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 209 | 0 | 0.46 | 0.13 | 0.06 | 316.76 | 0.79 | 0.72 |
| Hex | F0 | 81 | D1 | 0 | 2E | D | 6 | 13D | 4F | 48 |
| Octal | 360 | 201 | 321 | 0 | 56 | 15 | 6 | 475 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11010001 | 0 | 101110 | 1101 | 110 | 100111101 | 1001111 | 1001000 |
Color Harmonies of #F081D1
Complementary color
Monochromatic Colors of #F081D1
Black with #F081D1
Text Example
Text Example
White with #F081D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081D1; }
p { color: rgb(240,129,209); }
H1.HeaderClassName
{
color: #F081D1;
}
.AnyTagClassName
{
color: #F081D1;
}
</style>
background-color css
<style>
a { background-color: #F081D1; }
a { background-color: rgb(240,129,209); }
div.DivClassName
{
background-color: #F081D1;
}
.BgClassName
{
background-color: #F081D1;
}
</style>
border-color css
<style>
span { border-color: #F081D1; }
span { border-color: rgb(240,129,209); }
td.TdClassName
{
border-color: #F081D1;
}
.TagClassName
{
border-color: #F081D1;
}
</style>