Shades of Tea Rose #F288C1
Tints of Tea Rose #F288C1
RGB
CMYK
RGB Variations
Color information
#F288C1 (or 0xF288C1) is known color: Tea Rose. HEX triplet: F2, 88 and C1. RGB value is (242,136,193). Sum of RGB (Red+Green+Blue) = 242+136+193=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F288C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288C1 is #0D773E. Grayscale: #AEAEAE. Windows color (decimal): -882495 or 12683506. OLE color: 12683506.
HSL color Cylindrical-coordinate representation of color #F288C1: hue angle of 327.74º 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 #F288C1 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 193 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.05 |
| HSL | 327.74º | 0.8% | 0.74% | - |
| HSV(B) | 327.74º | 0.44% | 0.95% | - |
| XYZ | 55.05 | 40.34 | 55.34 | - |
| YUV | 174.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 193 | 0 | 0.44 | 0.20 | 0.05 | 327.74 | 0.8 | 0.74 |
| Hex | F2 | 88 | C1 | 0 | 2C | 14 | 5 | 148 | 50 | 4A |
| Octal | 362 | 210 | 301 | 0 | 54 | 24 | 5 | 510 | 120 | 112 |
| Binary | 11110010 | 10001000 | 11000001 | 0 | 101100 | 10100 | 101 | 101001000 | 1010000 | 1001010 |
Color Harmonies of #F288C1
Complementary color
Monochromatic Colors of #F288C1
Black with #F288C1
Text Example
Text Example
White with #F288C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288C1; }
p { color: rgb(242,136,193); }
H1.HeaderClassName
{
color: #F288C1;
}
.AnyTagClassName
{
color: #F288C1;
}
</style>
background-color css
<style>
a { background-color: #F288C1; }
a { background-color: rgb(242,136,193); }
div.DivClassName
{
background-color: #F288C1;
}
.BgClassName
{
background-color: #F288C1;
}
</style>
border-color css
<style>
span { border-color: #F288C1; }
span { border-color: rgb(242,136,193); }
td.TdClassName
{
border-color: #F288C1;
}
.TagClassName
{
border-color: #F288C1;
}
</style>