Shades of Tea Rose #F28BC9
Tints of Tea Rose #F28BC9
RGB
CMYK
RGB Variations
Color information
#F28BC9 (or 0xF28BC9) is known color: Tea Rose. HEX triplet: F2, 8B and C9. RGB value is (242,139,201). Sum of RGB (Red+Green+Blue) = 242+139+201=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BC9 is #0D7436. Grayscale: #B0B0B0. Windows color (decimal): -881719 or 13208562. OLE color: 13208562.
HSL color Cylindrical-coordinate representation of color #F28BC9: hue angle of 323.88º 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 #F28BC9 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 201 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.05 |
| HSL | 323.88º | 0.8% | 0.75% | - |
| HSV(B) | 323.88º | 0.43% | 0.95% | - |
| XYZ | 56.39 | 41.56 | 60.31 | - |
| YUV | 176.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 201 | 0 | 0.43 | 0.17 | 0.05 | 323.88 | 0.8 | 0.75 |
| Hex | F2 | 8B | C9 | 0 | 2B | 11 | 5 | 144 | 50 | 4B |
| Octal | 362 | 213 | 311 | 0 | 53 | 21 | 5 | 504 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11001001 | 0 | 101011 | 10001 | 101 | 101000100 | 1010000 | 1001011 |
Color Harmonies of #F28BC9
Complementary color
Monochromatic Colors of #F28BC9
Black with #F28BC9
Text Example
Text Example
White with #F28BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BC9; }
p { color: rgb(242,139,201); }
H1.HeaderClassName
{
color: #F28BC9;
}
.AnyTagClassName
{
color: #F28BC9;
}
</style>
background-color css
<style>
a { background-color: #F28BC9; }
a { background-color: rgb(242,139,201); }
div.DivClassName
{
background-color: #F28BC9;
}
.BgClassName
{
background-color: #F28BC9;
}
</style>
border-color css
<style>
span { border-color: #F28BC9; }
span { border-color: rgb(242,139,201); }
td.TdClassName
{
border-color: #F28BC9;
}
.TagClassName
{
border-color: #F28BC9;
}
</style>