Shades of Tea Rose #F57BCD
Tints of Tea Rose #F57BCD
RGB
CMYK
RGB Variations
Color information
#F57BCD (or 0xF57BCD) is known color: Tea Rose. HEX triplet: F5, 7B and CD. RGB value is (245,123,205). Sum of RGB (Red+Green+Blue) = 245+123+205=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BCD is #0A8432. Grayscale: #A8A8A8. Windows color (decimal): -689203 or 13466613. OLE color: 13466613.
HSL color Cylindrical-coordinate representation of color #F57BCD: hue angle of 319.67º 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 #F57BCD is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 205 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.04 |
| HSL | 319.67º | 0.86% | 0.72% | - |
| HSV(B) | 319.67º | 0.5% | 0.96% | - |
| XYZ | 55.76 | 37.99 | 62.15 | - |
| YUV | 168.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 205 | 0 | 0.50 | 0.16 | 0.04 | 319.67 | 0.86 | 0.72 |
| Hex | F5 | 7B | CD | 0 | 32 | 10 | 4 | 140 | 56 | 48 |
| Octal | 365 | 173 | 315 | 0 | 62 | 20 | 4 | 500 | 126 | 110 |
| Binary | 11110101 | 1111011 | 11001101 | 0 | 110010 | 10000 | 100 | 101000000 | 1010110 | 1001000 |
Color Harmonies of #F57BCD
Complementary color
Monochromatic Colors of #F57BCD
Black with #F57BCD
Text Example
Text Example
White with #F57BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57BCD; }
p { color: rgb(245,123,205); }
H1.HeaderClassName
{
color: #F57BCD;
}
.AnyTagClassName
{
color: #F57BCD;
}
</style>
background-color css
<style>
a { background-color: #F57BCD; }
a { background-color: rgb(245,123,205); }
div.DivClassName
{
background-color: #F57BCD;
}
.BgClassName
{
background-color: #F57BCD;
}
</style>
border-color css
<style>
span { border-color: #F57BCD; }
span { border-color: rgb(245,123,205); }
td.TdClassName
{
border-color: #F57BCD;
}
.TagClassName
{
border-color: #F57BCD;
}
</style>