Shades of Tea Rose #F28DBE
Tints of Tea Rose #F28DBE
RGB
CMYK
RGB Variations
Color information
#F28DBE (or 0xF28DBE) is known color: Tea Rose. HEX triplet: F2, 8D and BE. RGB value is (242,141,190). Sum of RGB (Red+Green+Blue) = 242+141+190=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DBE is #0D7241. Grayscale: #B0B0B0. Windows color (decimal): -881218 or 12488178. OLE color: 12488178.
HSL color Cylindrical-coordinate representation of color #F28DBE: hue angle of 330.89º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DBE is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 190 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.05 |
| HSL | 330.89º | 0.8% | 0.75% | - |
| HSV(B) | 330.89º | 0.42% | 0.95% | - |
| XYZ | 55.44 | 41.64 | 53.83 | - |
| YUV | 176.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 190 | 0 | 0.42 | 0.21 | 0.05 | 330.89 | 0.8 | 0.75 |
| Hex | F2 | 8D | BE | 0 | 2A | 15 | 5 | 14B | 50 | 4B |
| Octal | 362 | 215 | 276 | 0 | 52 | 25 | 5 | 513 | 120 | 113 |
| Binary | 11110010 | 10001101 | 10111110 | 0 | 101010 | 10101 | 101 | 101001011 | 1010000 | 1001011 |
Color Harmonies of #F28DBE
Complementary color
Monochromatic Colors of #F28DBE
Black with #F28DBE
Text Example
Text Example
White with #F28DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DBE; }
p { color: rgb(242,141,190); }
H1.HeaderClassName
{
color: #F28DBE;
}
.AnyTagClassName
{
color: #F28DBE;
}
</style>
background-color css
<style>
a { background-color: #F28DBE; }
a { background-color: rgb(242,141,190); }
div.DivClassName
{
background-color: #F28DBE;
}
.BgClassName
{
background-color: #F28DBE;
}
</style>
border-color css
<style>
span { border-color: #F28DBE; }
span { border-color: rgb(242,141,190); }
td.TdClassName
{
border-color: #F28DBE;
}
.TagClassName
{
border-color: #F28DBE;
}
</style>