Shades of Tea Rose #F081C7
Tints of Tea Rose #F081C7
RGB
CMYK
RGB Variations
Color information
#F081C7 (or 0xF081C7) is known color: Tea Rose. HEX triplet: F0, 81 and C7. RGB value is (240,129,199). Sum of RGB (Red+Green+Blue) = 240+129+199=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F081C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081C7 is #0F7E38. Grayscale: #AAAAAA. Windows color (decimal): -1015353 or 13074928. OLE color: 13074928.
HSL color Cylindrical-coordinate representation of color #F081C7: hue angle of 322.16º 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 #F081C7 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 199 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.06 |
| HSL | 322.16º | 0.79% | 0.72% | - |
| HSV(B) | 322.16º | 0.46% | 0.94% | - |
| XYZ | 54.09 | 38.35 | 58.58 | - |
| YUV | 170.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 199 | 0 | 0.46 | 0.17 | 0.06 | 322.16 | 0.79 | 0.72 |
| Hex | F0 | 81 | C7 | 0 | 2E | 11 | 6 | 142 | 4F | 48 |
| Octal | 360 | 201 | 307 | 0 | 56 | 21 | 6 | 502 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11000111 | 0 | 101110 | 10001 | 110 | 101000010 | 1001111 | 1001000 |
Color Harmonies of #F081C7
Complementary color
Monochromatic Colors of #F081C7
Black with #F081C7
Text Example
Text Example
White with #F081C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081C7; }
p { color: rgb(240,129,199); }
H1.HeaderClassName
{
color: #F081C7;
}
.AnyTagClassName
{
color: #F081C7;
}
</style>
background-color css
<style>
a { background-color: #F081C7; }
a { background-color: rgb(240,129,199); }
div.DivClassName
{
background-color: #F081C7;
}
.BgClassName
{
background-color: #F081C7;
}
</style>
border-color css
<style>
span { border-color: #F081C7; }
span { border-color: rgb(240,129,199); }
td.TdClassName
{
border-color: #F081C7;
}
.TagClassName
{
border-color: #F081C7;
}
</style>