Shades of Tea Rose #F57BC9
Tints of Tea Rose #F57BC9
RGB
CMYK
RGB Variations
Color information
#F57BC9 (or 0xF57BC9) is known color: Tea Rose. HEX triplet: F5, 7B and C9. RGB value is (245,123,201). Sum of RGB (Red+Green+Blue) = 245+123+201=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BC9 is #0A8436. Grayscale: #A8A8A8. Windows color (decimal): -689207 or 13204469. OLE color: 13204469.
HSL color Cylindrical-coordinate representation of color #F57BC9: hue angle of 321.64º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57BC9 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 201 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.04 |
| HSL | 321.64º | 0.86% | 0.72% | - |
| HSV(B) | 321.64º | 0.5% | 0.96% | - |
| XYZ | 55.28 | 37.8 | 59.64 | - |
| YUV | 168.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 201 | 0 | 0.50 | 0.18 | 0.04 | 321.64 | 0.86 | 0.72 |
| Hex | F5 | 7B | C9 | 0 | 32 | 12 | 4 | 142 | 56 | 48 |
| Octal | 365 | 173 | 311 | 0 | 62 | 22 | 4 | 502 | 126 | 110 |
| Binary | 11110101 | 1111011 | 11001001 | 0 | 110010 | 10010 | 100 | 101000010 | 1010110 | 1001000 |
Color Harmonies of #F57BC9
Complementary color
Monochromatic Colors of #F57BC9
Black with #F57BC9
Text Example
Text Example
White with #F57BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57BC9; }
p { color: rgb(245,123,201); }
H1.HeaderClassName
{
color: #F57BC9;
}
.AnyTagClassName
{
color: #F57BC9;
}
</style>
background-color css
<style>
a { background-color: #F57BC9; }
a { background-color: rgb(245,123,201); }
div.DivClassName
{
background-color: #F57BC9;
}
.BgClassName
{
background-color: #F57BC9;
}
</style>
border-color css
<style>
span { border-color: #F57BC9; }
span { border-color: rgb(245,123,201); }
td.TdClassName
{
border-color: #F57BC9;
}
.TagClassName
{
border-color: #F57BC9;
}
</style>