Shades of Tea Rose #F081C3
Tints of Tea Rose #F081C3
RGB
CMYK
RGB Variations
Color information
#F081C3 (or 0xF081C3) is known color: Tea Rose. HEX triplet: F0, 81 and C3. RGB value is (240,129,195). Sum of RGB (Red+Green+Blue) = 240+129+195=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F081C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081C3 is #0F7E3C. Grayscale: #A9A9A9. Windows color (decimal): -1015357 or 12812784. OLE color: 12812784.
HSL color Cylindrical-coordinate representation of color #F081C3: hue angle of 324.32º 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 #F081C3 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 195 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.06 |
| HSL | 324.32º | 0.79% | 0.72% | - |
| HSV(B) | 324.32º | 0.46% | 0.94% | - |
| XYZ | 53.64 | 38.17 | 56.17 | - |
| YUV | 169.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 195 | 0 | 0.46 | 0.19 | 0.06 | 324.32 | 0.79 | 0.72 |
| Hex | F0 | 81 | C3 | 0 | 2E | 13 | 6 | 144 | 4F | 48 |
| Octal | 360 | 201 | 303 | 0 | 56 | 23 | 6 | 504 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11000011 | 0 | 101110 | 10011 | 110 | 101000100 | 1001111 | 1001000 |
Color Harmonies of #F081C3
Complementary color
Monochromatic Colors of #F081C3
Black with #F081C3
Text Example
Text Example
White with #F081C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081C3; }
p { color: rgb(240,129,195); }
H1.HeaderClassName
{
color: #F081C3;
}
.AnyTagClassName
{
color: #F081C3;
}
</style>
background-color css
<style>
a { background-color: #F081C3; }
a { background-color: rgb(240,129,195); }
div.DivClassName
{
background-color: #F081C3;
}
.BgClassName
{
background-color: #F081C3;
}
</style>
border-color css
<style>
span { border-color: #F081C3; }
span { border-color: rgb(240,129,195); }
td.TdClassName
{
border-color: #F081C3;
}
.TagClassName
{
border-color: #F081C3;
}
</style>