Shades of Tea Rose #F28BBC
Tints of Tea Rose #F28BBC
RGB
CMYK
RGB Variations
Color information
#F28BBC (or 0xF28BBC) is known color: Tea Rose. HEX triplet: F2, 8B and BC. RGB value is (242,139,188). Sum of RGB (Red+Green+Blue) = 242+139+188=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BBC is #0D7443. Grayscale: #AFAFAF. Windows color (decimal): -881732 or 12356594. OLE color: 12356594.
HSL color Cylindrical-coordinate representation of color #F28BBC: hue angle of 331.46º 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 #F28BBC is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 188 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.05 |
| HSL | 331.46º | 0.8% | 0.75% | - |
| HSV(B) | 331.46º | 0.43% | 0.95% | - |
| XYZ | 54.93 | 40.97 | 52.59 | - |
| YUV | 175.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 188 | 0 | 0.43 | 0.22 | 0.05 | 331.46 | 0.8 | 0.75 |
| Hex | F2 | 8B | BC | 0 | 2B | 16 | 5 | 14B | 50 | 4B |
| Octal | 362 | 213 | 274 | 0 | 53 | 26 | 5 | 513 | 120 | 113 |
| Binary | 11110010 | 10001011 | 10111100 | 0 | 101011 | 10110 | 101 | 101001011 | 1010000 | 1001011 |
Color Harmonies of #F28BBC
Complementary color
Monochromatic Colors of #F28BBC
Black with #F28BBC
Text Example
Text Example
White with #F28BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BBC; }
p { color: rgb(242,139,188); }
H1.HeaderClassName
{
color: #F28BBC;
}
.AnyTagClassName
{
color: #F28BBC;
}
</style>
background-color css
<style>
a { background-color: #F28BBC; }
a { background-color: rgb(242,139,188); }
div.DivClassName
{
background-color: #F28BBC;
}
.BgClassName
{
background-color: #F28BBC;
}
</style>
border-color css
<style>
span { border-color: #F28BBC; }
span { border-color: rgb(242,139,188); }
td.TdClassName
{
border-color: #F28BBC;
}
.TagClassName
{
border-color: #F28BBC;
}
</style>