Shades of Tea Rose #F28BD0
Tints of Tea Rose #F28BD0
RGB
CMYK
RGB Variations
Color information
#F28BD0 (or 0xF28BD0) is known color: Tea Rose. HEX triplet: F2, 8B and D0. RGB value is (242,139,208). Sum of RGB (Red+Green+Blue) = 242+139+208=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BD0 is #0D742F. Grayscale: #B1B1B1. Windows color (decimal): -881712 or 13667314. OLE color: 13667314.
HSL color Cylindrical-coordinate representation of color #F28BD0: hue angle of 319.81º 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 #F28BD0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 208 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.05 |
| HSL | 319.81º | 0.8% | 0.75% | - |
| HSV(B) | 319.81º | 0.43% | 0.95% | - |
| XYZ | 57.24 | 41.9 | 64.74 | - |
| YUV | 177.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 208 | 0 | 0.43 | 0.14 | 0.05 | 319.81 | 0.8 | 0.75 |
| Hex | F2 | 8B | D0 | 0 | 2B | E | 5 | 140 | 50 | 4B |
| Octal | 362 | 213 | 320 | 0 | 53 | 16 | 5 | 500 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11010000 | 0 | 101011 | 1110 | 101 | 101000000 | 1010000 | 1001011 |
Color Harmonies of #F28BD0
Complementary color
Monochromatic Colors of #F28BD0
Black with #F28BD0
Text Example
Text Example
White with #F28BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BD0; }
p { color: rgb(242,139,208); }
H1.HeaderClassName
{
color: #F28BD0;
}
.AnyTagClassName
{
color: #F28BD0;
}
</style>
background-color css
<style>
a { background-color: #F28BD0; }
a { background-color: rgb(242,139,208); }
div.DivClassName
{
background-color: #F28BD0;
}
.BgClassName
{
background-color: #F28BD0;
}
</style>
border-color css
<style>
span { border-color: #F28BD0; }
span { border-color: rgb(242,139,208); }
td.TdClassName
{
border-color: #F28BD0;
}
.TagClassName
{
border-color: #F28BD0;
}
</style>