Shades of Tea Rose #F28BBA
Tints of Tea Rose #F28BBA
RGB
CMYK
RGB Variations
Color information
#F28BBA (or 0xF28BBA) is known color: Tea Rose. HEX triplet: F2, 8B and BA. RGB value is (242,139,186). Sum of RGB (Red+Green+Blue) = 242+139+186=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BBA is #0D7445. Grayscale: #AFAFAF. Windows color (decimal): -881734 or 12225522. OLE color: 12225522.
HSL color Cylindrical-coordinate representation of color #F28BBA: hue angle of 332.62º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28BBA is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 186 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.05 |
| HSL | 332.62º | 0.8% | 0.75% | - |
| HSV(B) | 332.62º | 0.43% | 0.95% | - |
| XYZ | 54.71 | 40.89 | 51.46 | - |
| YUV | 175.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 186 | 0 | 0.43 | 0.23 | 0.05 | 332.62 | 0.8 | 0.75 |
| Hex | F2 | 8B | BA | 0 | 2B | 17 | 5 | 14D | 50 | 4B |
| Octal | 362 | 213 | 272 | 0 | 53 | 27 | 5 | 515 | 120 | 113 |
| Binary | 11110010 | 10001011 | 10111010 | 0 | 101011 | 10111 | 101 | 101001101 | 1010000 | 1001011 |
Color Harmonies of #F28BBA
Complementary color
Monochromatic Colors of #F28BBA
Black with #F28BBA
Text Example
Text Example
White with #F28BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BBA; }
p { color: rgb(242,139,186); }
H1.HeaderClassName
{
color: #F28BBA;
}
.AnyTagClassName
{
color: #F28BBA;
}
</style>
background-color css
<style>
a { background-color: #F28BBA; }
a { background-color: rgb(242,139,186); }
div.DivClassName
{
background-color: #F28BBA;
}
.BgClassName
{
background-color: #F28BBA;
}
</style>
border-color css
<style>
span { border-color: #F28BBA; }
span { border-color: rgb(242,139,186); }
td.TdClassName
{
border-color: #F28BBA;
}
.TagClassName
{
border-color: #F28BBA;
}
</style>