Shades of Tea Rose #F57BC8
Tints of Tea Rose #F57BC8
RGB
CMYK
RGB Variations
Color information
#F57BC8 (or 0xF57BC8) is known color: Tea Rose. HEX triplet: F5, 7B and C8. RGB value is (245,123,200). Sum of RGB (Red+Green+Blue) = 245+123+200=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BC8 is #0A8437. Grayscale: #A8A8A8. Windows color (decimal): -689208 or 13138933. OLE color: 13138933.
HSL color Cylindrical-coordinate representation of color #F57BC8: hue angle of 322.13º 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 #F57BC8 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 200 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.04 |
| HSL | 322.13º | 0.86% | 0.72% | - |
| HSV(B) | 322.13º | 0.5% | 0.96% | - |
| XYZ | 55.16 | 37.75 | 59.02 | - |
| YUV | 168.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 200 | 0 | 0.50 | 0.18 | 0.04 | 322.13 | 0.86 | 0.72 |
| Hex | F5 | 7B | C8 | 0 | 32 | 12 | 4 | 142 | 56 | 48 |
| Octal | 365 | 173 | 310 | 0 | 62 | 22 | 4 | 502 | 126 | 110 |
| Binary | 11110101 | 1111011 | 11001000 | 0 | 110010 | 10010 | 100 | 101000010 | 1010110 | 1001000 |
Color Harmonies of #F57BC8
Complementary color
Monochromatic Colors of #F57BC8
Black with #F57BC8
Text Example
Text Example
White with #F57BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57BC8; }
p { color: rgb(245,123,200); }
H1.HeaderClassName
{
color: #F57BC8;
}
.AnyTagClassName
{
color: #F57BC8;
}
</style>
background-color css
<style>
a { background-color: #F57BC8; }
a { background-color: rgb(245,123,200); }
div.DivClassName
{
background-color: #F57BC8;
}
.BgClassName
{
background-color: #F57BC8;
}
</style>
border-color css
<style>
span { border-color: #F57BC8; }
span { border-color: rgb(245,123,200); }
td.TdClassName
{
border-color: #F57BC8;
}
.TagClassName
{
border-color: #F57BC8;
}
</style>