Shades of Tea Rose #F081CA
Tints of Tea Rose #F081CA
RGB
CMYK
RGB Variations
Color information
#F081CA (or 0xF081CA) is known color: Tea Rose. HEX triplet: F0, 81 and CA. RGB value is (240,129,202). Sum of RGB (Red+Green+Blue) = 240+129+202=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F081CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081CA is #0F7E35. Grayscale: #AAAAAA. Windows color (decimal): -1015350 or 13271536. OLE color: 13271536.
HSL color Cylindrical-coordinate representation of color #F081CA: hue angle of 320.54º 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 #F081CA is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 202 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.06 |
| HSL | 320.54º | 0.79% | 0.72% | - |
| HSV(B) | 320.54º | 0.46% | 0.94% | - |
| XYZ | 54.45 | 38.49 | 60.44 | - |
| YUV | 170.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 202 | 0 | 0.46 | 0.16 | 0.06 | 320.54 | 0.79 | 0.72 |
| Hex | F0 | 81 | CA | 0 | 2E | 10 | 6 | 141 | 4F | 48 |
| Octal | 360 | 201 | 312 | 0 | 56 | 20 | 6 | 501 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11001010 | 0 | 101110 | 10000 | 110 | 101000001 | 1001111 | 1001000 |
Color Harmonies of #F081CA
Complementary color
Monochromatic Colors of #F081CA
Black with #F081CA
Text Example
Text Example
White with #F081CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081CA; }
p { color: rgb(240,129,202); }
H1.HeaderClassName
{
color: #F081CA;
}
.AnyTagClassName
{
color: #F081CA;
}
</style>
background-color css
<style>
a { background-color: #F081CA; }
a { background-color: rgb(240,129,202); }
div.DivClassName
{
background-color: #F081CA;
}
.BgClassName
{
background-color: #F081CA;
}
</style>
border-color css
<style>
span { border-color: #F081CA; }
span { border-color: rgb(240,129,202); }
td.TdClassName
{
border-color: #F081CA;
}
.TagClassName
{
border-color: #F081CA;
}
</style>