Shades of Tea Rose #F28CB9
Tints of Tea Rose #F28CB9
RGB
CMYK
RGB Variations
Color information
#F28CB9 (or 0xF28CB9) is known color: Tea Rose. HEX triplet: F2, 8C and B9. RGB value is (242,140,185). Sum of RGB (Red+Green+Blue) = 242+140+185=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CB9 is #0D7346. Grayscale: #AFAFAF. Windows color (decimal): -881479 or 12160242. OLE color: 12160242.
HSL color Cylindrical-coordinate representation of color #F28CB9: hue angle of 333.53º 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 #F28CB9 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 185 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.05 |
| HSL | 333.53º | 0.8% | 0.75% | - |
| HSV(B) | 333.53º | 0.42% | 0.95% | - |
| XYZ | 54.75 | 41.14 | 50.95 | - |
| YUV | 175.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 185 | 0 | 0.42 | 0.24 | 0.05 | 333.53 | 0.8 | 0.75 |
| Hex | F2 | 8C | B9 | 0 | 2A | 18 | 5 | 14E | 50 | 4B |
| Octal | 362 | 214 | 271 | 0 | 52 | 30 | 5 | 516 | 120 | 113 |
| Binary | 11110010 | 10001100 | 10111001 | 0 | 101010 | 11000 | 101 | 101001110 | 1010000 | 1001011 |
Color Harmonies of #F28CB9
Complementary color
Monochromatic Colors of #F28CB9
Black with #F28CB9
Text Example
Text Example
White with #F28CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CB9; }
p { color: rgb(242,140,185); }
H1.HeaderClassName
{
color: #F28CB9;
}
.AnyTagClassName
{
color: #F28CB9;
}
</style>
background-color css
<style>
a { background-color: #F28CB9; }
a { background-color: rgb(242,140,185); }
div.DivClassName
{
background-color: #F28CB9;
}
.BgClassName
{
background-color: #F28CB9;
}
</style>
border-color css
<style>
span { border-color: #F28CB9; }
span { border-color: rgb(242,140,185); }
td.TdClassName
{
border-color: #F28CB9;
}
.TagClassName
{
border-color: #F28CB9;
}
</style>