Shades of Tea Rose #F290CB
Tints of Tea Rose #F290CB
RGB
CMYK
RGB Variations
Color information
#F290CB (or 0xF290CB) is known color: Tea Rose. HEX triplet: F2, 90 and CB. RGB value is (242,144,203). Sum of RGB (Red+Green+Blue) = 242+144+203=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F290CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290CB is #0D6F34. Grayscale: #B3B3B3. Windows color (decimal): -880437 or 13340914. OLE color: 13340914.
HSL color Cylindrical-coordinate representation of color #F290CB: hue angle of 323.88º 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 #F290CB is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 203 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.05 |
| HSL | 323.88º | 0.79% | 0.76% | - |
| HSV(B) | 323.88º | 0.4% | 0.95% | - |
| XYZ | 57.37 | 43.14 | 61.8 | - |
| YUV | 180.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 203 | 0 | 0.40 | 0.16 | 0.05 | 323.88 | 0.79 | 0.76 |
| Hex | F2 | 90 | CB | 0 | 28 | 10 | 5 | 144 | 4F | 4C |
| Octal | 362 | 220 | 313 | 0 | 50 | 20 | 5 | 504 | 117 | 114 |
| Binary | 11110010 | 10010000 | 11001011 | 0 | 101000 | 10000 | 101 | 101000100 | 1001111 | 1001100 |
Color Harmonies of #F290CB
Complementary color
Monochromatic Colors of #F290CB
Black with #F290CB
Text Example
Text Example
White with #F290CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290CB; }
p { color: rgb(242,144,203); }
H1.HeaderClassName
{
color: #F290CB;
}
.AnyTagClassName
{
color: #F290CB;
}
</style>
background-color css
<style>
a { background-color: #F290CB; }
a { background-color: rgb(242,144,203); }
div.DivClassName
{
background-color: #F290CB;
}
.BgClassName
{
background-color: #F290CB;
}
</style>
border-color css
<style>
span { border-color: #F290CB; }
span { border-color: rgb(242,144,203); }
td.TdClassName
{
border-color: #F290CB;
}
.TagClassName
{
border-color: #F290CB;
}
</style>