Shades of Tea Rose #F28BC0
Tints of Tea Rose #F28BC0
RGB
CMYK
RGB Variations
Color information
#F28BC0 (or 0xF28BC0) is known color: Tea Rose. HEX triplet: F2, 8B and C0. RGB value is (242,139,192). Sum of RGB (Red+Green+Blue) = 242+139+192=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BC0 is #0D743F. Grayscale: #AFAFAF. Windows color (decimal): -881728 or 12618738. OLE color: 12618738.
HSL color Cylindrical-coordinate representation of color #F28BC0: hue angle of 329.13º 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 #F28BC0 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 192 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.05 |
| HSL | 329.13º | 0.8% | 0.75% | - |
| HSV(B) | 329.13º | 0.43% | 0.95% | - |
| XYZ | 55.37 | 41.15 | 54.89 | - |
| YUV | 175.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 192 | 0 | 0.43 | 0.21 | 0.05 | 329.13 | 0.8 | 0.75 |
| Hex | F2 | 8B | C0 | 0 | 2B | 15 | 5 | 149 | 50 | 4B |
| Octal | 362 | 213 | 300 | 0 | 53 | 25 | 5 | 511 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11000000 | 0 | 101011 | 10101 | 101 | 101001001 | 1010000 | 1001011 |
Color Harmonies of #F28BC0
Complementary color
Monochromatic Colors of #F28BC0
Black with #F28BC0
Text Example
Text Example
White with #F28BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BC0; }
p { color: rgb(242,139,192); }
H1.HeaderClassName
{
color: #F28BC0;
}
.AnyTagClassName
{
color: #F28BC0;
}
</style>
background-color css
<style>
a { background-color: #F28BC0; }
a { background-color: rgb(242,139,192); }
div.DivClassName
{
background-color: #F28BC0;
}
.BgClassName
{
background-color: #F28BC0;
}
</style>
border-color css
<style>
span { border-color: #F28BC0; }
span { border-color: rgb(242,139,192); }
td.TdClassName
{
border-color: #F28BC0;
}
.TagClassName
{
border-color: #F28BC0;
}
</style>