Shades of Tea Rose #F290CA
Tints of Tea Rose #F290CA
RGB
CMYK
RGB Variations
Color information
#F290CA (or 0xF290CA) is known color: Tea Rose. HEX triplet: F2, 90 and CA. RGB value is (242,144,202). Sum of RGB (Red+Green+Blue) = 242+144+202=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F290CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290CA is #0D6F35. Grayscale: #B3B3B3. Windows color (decimal): -880438 or 13275378. OLE color: 13275378.
HSL color Cylindrical-coordinate representation of color #F290CA: hue angle of 324.49º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290CA is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 202 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.05 |
| HSL | 324.49º | 0.79% | 0.76% | - |
| HSV(B) | 324.49º | 0.4% | 0.95% | - |
| XYZ | 57.25 | 43.09 | 61.18 | - |
| YUV | 179.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 202 | 0 | 0.40 | 0.17 | 0.05 | 324.49 | 0.79 | 0.76 |
| Hex | F2 | 90 | CA | 0 | 28 | 11 | 5 | 144 | 4F | 4C |
| Octal | 362 | 220 | 312 | 0 | 50 | 21 | 5 | 504 | 117 | 114 |
| Binary | 11110010 | 10010000 | 11001010 | 0 | 101000 | 10001 | 101 | 101000100 | 1001111 | 1001100 |
Color Harmonies of #F290CA
Complementary color
Monochromatic Colors of #F290CA
Black with #F290CA
Text Example
Text Example
White with #F290CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290CA; }
p { color: rgb(242,144,202); }
H1.HeaderClassName
{
color: #F290CA;
}
.AnyTagClassName
{
color: #F290CA;
}
</style>
background-color css
<style>
a { background-color: #F290CA; }
a { background-color: rgb(242,144,202); }
div.DivClassName
{
background-color: #F290CA;
}
.BgClassName
{
background-color: #F290CA;
}
</style>
border-color css
<style>
span { border-color: #F290CA; }
span { border-color: rgb(242,144,202); }
td.TdClassName
{
border-color: #F290CA;
}
.TagClassName
{
border-color: #F290CA;
}
</style>