Shades of Tea Rose #F081C5
Tints of Tea Rose #F081C5
RGB
CMYK
RGB Variations
Color information
#F081C5 (or 0xF081C5) is known color: Tea Rose. HEX triplet: F0, 81 and C5. RGB value is (240,129,197). Sum of RGB (Red+Green+Blue) = 240+129+197=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F081C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081C5 is #0F7E3A. Grayscale: #A9A9A9. Windows color (decimal): -1015355 or 12943856. OLE color: 12943856.
HSL color Cylindrical-coordinate representation of color #F081C5: hue angle of 323.24º 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 #F081C5 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 197 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.06 |
| HSL | 323.24º | 0.79% | 0.72% | - |
| HSV(B) | 323.24º | 0.46% | 0.94% | - |
| XYZ | 53.86 | 38.26 | 57.37 | - |
| YUV | 169.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 197 | 0 | 0.46 | 0.18 | 0.06 | 323.24 | 0.79 | 0.72 |
| Hex | F0 | 81 | C5 | 0 | 2E | 12 | 6 | 143 | 4F | 48 |
| Octal | 360 | 201 | 305 | 0 | 56 | 22 | 6 | 503 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11000101 | 0 | 101110 | 10010 | 110 | 101000011 | 1001111 | 1001000 |
Color Harmonies of #F081C5
Complementary color
Monochromatic Colors of #F081C5
Black with #F081C5
Text Example
Text Example
White with #F081C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081C5; }
p { color: rgb(240,129,197); }
H1.HeaderClassName
{
color: #F081C5;
}
.AnyTagClassName
{
color: #F081C5;
}
</style>
background-color css
<style>
a { background-color: #F081C5; }
a { background-color: rgb(240,129,197); }
div.DivClassName
{
background-color: #F081C5;
}
.BgClassName
{
background-color: #F081C5;
}
</style>
border-color css
<style>
span { border-color: #F081C5; }
span { border-color: rgb(240,129,197); }
td.TdClassName
{
border-color: #F081C5;
}
.TagClassName
{
border-color: #F081C5;
}
</style>