Shades of Tea Rose #F288C2
Tints of Tea Rose #F288C2
RGB
CMYK
RGB Variations
Color information
#F288C2 (or 0xF288C2) is known color: Tea Rose. HEX triplet: F2, 88 and C2. RGB value is (242,136,194). Sum of RGB (Red+Green+Blue) = 242+136+194=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F288C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288C2 is #0D773D. Grayscale: #AEAEAE. Windows color (decimal): -882494 or 12749042. OLE color: 12749042.
HSL color Cylindrical-coordinate representation of color #F288C2: hue angle of 327.17º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F288C2 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 194 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.05 |
| HSL | 327.17º | 0.8% | 0.74% | - |
| HSV(B) | 327.17º | 0.44% | 0.95% | - |
| XYZ | 55.16 | 40.38 | 55.93 | - |
| YUV | 174.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 194 | 0 | 0.44 | 0.20 | 0.05 | 327.17 | 0.8 | 0.74 |
| Hex | F2 | 88 | C2 | 0 | 2C | 14 | 5 | 147 | 50 | 4A |
| Octal | 362 | 210 | 302 | 0 | 54 | 24 | 5 | 507 | 120 | 112 |
| Binary | 11110010 | 10001000 | 11000010 | 0 | 101100 | 10100 | 101 | 101000111 | 1010000 | 1001010 |
Color Harmonies of #F288C2
Complementary color
Monochromatic Colors of #F288C2
Black with #F288C2
Text Example
Text Example
White with #F288C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288C2; }
p { color: rgb(242,136,194); }
H1.HeaderClassName
{
color: #F288C2;
}
.AnyTagClassName
{
color: #F288C2;
}
</style>
background-color css
<style>
a { background-color: #F288C2; }
a { background-color: rgb(242,136,194); }
div.DivClassName
{
background-color: #F288C2;
}
.BgClassName
{
background-color: #F288C2;
}
</style>
border-color css
<style>
span { border-color: #F288C2; }
span { border-color: rgb(242,136,194); }
td.TdClassName
{
border-color: #F288C2;
}
.TagClassName
{
border-color: #F288C2;
}
</style>