Shades of Tea Rose #F081C6
Tints of Tea Rose #F081C6
RGB
CMYK
RGB Variations
Color information
#F081C6 (or 0xF081C6) is known color: Tea Rose. HEX triplet: F0, 81 and C6. RGB value is (240,129,198). Sum of RGB (Red+Green+Blue) = 240+129+198=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F081C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081C6 is #0F7E39. Grayscale: #A9A9A9. Windows color (decimal): -1015354 or 13009392. OLE color: 13009392.
HSL color Cylindrical-coordinate representation of color #F081C6: hue angle of 322.7º 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 #F081C6 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 198 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.06 |
| HSL | 322.7º | 0.79% | 0.72% | - |
| HSV(B) | 322.7º | 0.46% | 0.94% | - |
| XYZ | 53.98 | 38.3 | 57.97 | - |
| YUV | 170.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 198 | 0 | 0.46 | 0.18 | 0.06 | 322.7 | 0.79 | 0.72 |
| Hex | F0 | 81 | C6 | 0 | 2E | 12 | 6 | 143 | 4F | 48 |
| Octal | 360 | 201 | 306 | 0 | 56 | 22 | 6 | 503 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11000110 | 0 | 101110 | 10010 | 110 | 101000011 | 1001111 | 1001000 |
Color Harmonies of #F081C6
Complementary color
Monochromatic Colors of #F081C6
Black with #F081C6
Text Example
Text Example
White with #F081C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081C6; }
p { color: rgb(240,129,198); }
H1.HeaderClassName
{
color: #F081C6;
}
.AnyTagClassName
{
color: #F081C6;
}
</style>
background-color css
<style>
a { background-color: #F081C6; }
a { background-color: rgb(240,129,198); }
div.DivClassName
{
background-color: #F081C6;
}
.BgClassName
{
background-color: #F081C6;
}
</style>
border-color css
<style>
span { border-color: #F081C6; }
span { border-color: rgb(240,129,198); }
td.TdClassName
{
border-color: #F081C6;
}
.TagClassName
{
border-color: #F081C6;
}
</style>