Shades of Tea Rose #F28DC6
Tints of Tea Rose #F28DC6
RGB
CMYK
RGB Variations
Color information
#F28DC6 (or 0xF28DC6) is known color: Tea Rose. HEX triplet: F2, 8D and C6. RGB value is (242,141,198). Sum of RGB (Red+Green+Blue) = 242+141+198=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DC6 is #0D7239. Grayscale: #B1B1B1. Windows color (decimal): -881210 or 13012466. OLE color: 13012466.
HSL color Cylindrical-coordinate representation of color #F28DC6: hue angle of 326.14º 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 #F28DC6 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 198 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.05 |
| HSL | 326.14º | 0.8% | 0.75% | - |
| HSV(B) | 326.14º | 0.42% | 0.95% | - |
| XYZ | 56.34 | 42 | 58.56 | - |
| YUV | 177.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 198 | 0 | 0.42 | 0.18 | 0.05 | 326.14 | 0.8 | 0.75 |
| Hex | F2 | 8D | C6 | 0 | 2A | 12 | 5 | 146 | 50 | 4B |
| Octal | 362 | 215 | 306 | 0 | 52 | 22 | 5 | 506 | 120 | 113 |
| Binary | 11110010 | 10001101 | 11000110 | 0 | 101010 | 10010 | 101 | 101000110 | 1010000 | 1001011 |
Color Harmonies of #F28DC6
Complementary color
Monochromatic Colors of #F28DC6
Black with #F28DC6
Text Example
Text Example
White with #F28DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DC6; }
p { color: rgb(242,141,198); }
H1.HeaderClassName
{
color: #F28DC6;
}
.AnyTagClassName
{
color: #F28DC6;
}
</style>
background-color css
<style>
a { background-color: #F28DC6; }
a { background-color: rgb(242,141,198); }
div.DivClassName
{
background-color: #F28DC6;
}
.BgClassName
{
background-color: #F28DC6;
}
</style>
border-color css
<style>
span { border-color: #F28DC6; }
span { border-color: rgb(242,141,198); }
td.TdClassName
{
border-color: #F28DC6;
}
.TagClassName
{
border-color: #F28DC6;
}
</style>