Shades of Tea Rose #F288BF
Tints of Tea Rose #F288BF
RGB
CMYK
RGB Variations
Color information
#F288BF (or 0xF288BF) is known color: Tea Rose. HEX triplet: F2, 88 and BF. RGB value is (242,136,191). Sum of RGB (Red+Green+Blue) = 242+136+191=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F288BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288BF is #0D7740. Grayscale: #ADADAD. Windows color (decimal): -882497 or 12552434. OLE color: 12552434.
HSL color Cylindrical-coordinate representation of color #F288BF: hue angle of 328.87º 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 #F288BF is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 191 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.05 |
| HSL | 328.87º | 0.8% | 0.74% | - |
| HSV(B) | 328.87º | 0.44% | 0.95% | - |
| XYZ | 54.83 | 40.25 | 54.17 | - |
| YUV | 173.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 191 | 0 | 0.44 | 0.21 | 0.05 | 328.87 | 0.8 | 0.74 |
| Hex | F2 | 88 | BF | 0 | 2C | 15 | 5 | 149 | 50 | 4A |
| Octal | 362 | 210 | 277 | 0 | 54 | 25 | 5 | 511 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10111111 | 0 | 101100 | 10101 | 101 | 101001001 | 1010000 | 1001010 |
Color Harmonies of #F288BF
Complementary color
Monochromatic Colors of #F288BF
Black with #F288BF
Text Example
Text Example
White with #F288BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288BF; }
p { color: rgb(242,136,191); }
H1.HeaderClassName
{
color: #F288BF;
}
.AnyTagClassName
{
color: #F288BF;
}
</style>
background-color css
<style>
a { background-color: #F288BF; }
a { background-color: rgb(242,136,191); }
div.DivClassName
{
background-color: #F288BF;
}
.BgClassName
{
background-color: #F288BF;
}
</style>
border-color css
<style>
span { border-color: #F288BF; }
span { border-color: rgb(242,136,191); }
td.TdClassName
{
border-color: #F288BF;
}
.TagClassName
{
border-color: #F288BF;
}
</style>