Shades of Tea Rose #F28DC7
Tints of Tea Rose #F28DC7
RGB
CMYK
RGB Variations
Color information
#F28DC7 (or 0xF28DC7) is known color: Tea Rose. HEX triplet: F2, 8D and C7. RGB value is (242,141,199). Sum of RGB (Red+Green+Blue) = 242+141+199=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DC7 is #0D7238. Grayscale: #B1B1B1. Windows color (decimal): -881209 or 13078002. OLE color: 13078002.
HSL color Cylindrical-coordinate representation of color #F28DC7: hue angle of 325.54º 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 #F28DC7 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 199 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.05 |
| HSL | 325.54º | 0.8% | 0.75% | - |
| HSV(B) | 325.54º | 0.42% | 0.95% | - |
| XYZ | 56.45 | 42.05 | 59.17 | - |
| YUV | 177.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 199 | 0 | 0.42 | 0.18 | 0.05 | 325.54 | 0.8 | 0.75 |
| Hex | F2 | 8D | C7 | 0 | 2A | 12 | 5 | 146 | 50 | 4B |
| Octal | 362 | 215 | 307 | 0 | 52 | 22 | 5 | 506 | 120 | 113 |
| Binary | 11110010 | 10001101 | 11000111 | 0 | 101010 | 10010 | 101 | 101000110 | 1010000 | 1001011 |
Color Harmonies of #F28DC7
Complementary color
Monochromatic Colors of #F28DC7
Black with #F28DC7
Text Example
Text Example
White with #F28DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DC7; }
p { color: rgb(242,141,199); }
H1.HeaderClassName
{
color: #F28DC7;
}
.AnyTagClassName
{
color: #F28DC7;
}
</style>
background-color css
<style>
a { background-color: #F28DC7; }
a { background-color: rgb(242,141,199); }
div.DivClassName
{
background-color: #F28DC7;
}
.BgClassName
{
background-color: #F28DC7;
}
</style>
border-color css
<style>
span { border-color: #F28DC7; }
span { border-color: rgb(242,141,199); }
td.TdClassName
{
border-color: #F28DC7;
}
.TagClassName
{
border-color: #F28DC7;
}
</style>