Shades of Tea Rose #F28DC5
Tints of Tea Rose #F28DC5
RGB
CMYK
RGB Variations
Color information
#F28DC5 (or 0xF28DC5) is known color: Tea Rose. HEX triplet: F2, 8D and C5. RGB value is (242,141,197). Sum of RGB (Red+Green+Blue) = 242+141+197=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DC5 is #0D723A. Grayscale: #B1B1B1. Windows color (decimal): -881211 or 12946930. OLE color: 12946930.
HSL color Cylindrical-coordinate representation of color #F28DC5: hue angle of 326.73º 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 #F28DC5 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 197 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.05 |
| HSL | 326.73º | 0.8% | 0.75% | - |
| HSV(B) | 326.73º | 0.42% | 0.95% | - |
| XYZ | 56.22 | 41.96 | 57.96 | - |
| YUV | 177.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 197 | 0 | 0.42 | 0.19 | 0.05 | 326.73 | 0.8 | 0.75 |
| Hex | F2 | 8D | C5 | 0 | 2A | 13 | 5 | 147 | 50 | 4B |
| Octal | 362 | 215 | 305 | 0 | 52 | 23 | 5 | 507 | 120 | 113 |
| Binary | 11110010 | 10001101 | 11000101 | 0 | 101010 | 10011 | 101 | 101000111 | 1010000 | 1001011 |
Color Harmonies of #F28DC5
Complementary color
Monochromatic Colors of #F28DC5
Black with #F28DC5
Text Example
Text Example
White with #F28DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DC5; }
p { color: rgb(242,141,197); }
H1.HeaderClassName
{
color: #F28DC5;
}
.AnyTagClassName
{
color: #F28DC5;
}
</style>
background-color css
<style>
a { background-color: #F28DC5; }
a { background-color: rgb(242,141,197); }
div.DivClassName
{
background-color: #F28DC5;
}
.BgClassName
{
background-color: #F28DC5;
}
</style>
border-color css
<style>
span { border-color: #F28DC5; }
span { border-color: rgb(242,141,197); }
td.TdClassName
{
border-color: #F28DC5;
}
.TagClassName
{
border-color: #F28DC5;
}
</style>