Shades of Tea Rose #F57CCD
Tints of Tea Rose #F57CCD
RGB
CMYK
RGB Variations
Color information
#F57CCD (or 0xF57CCD) is known color: Tea Rose. HEX triplet: F5, 7C and CD. RGB value is (245,124,205). Sum of RGB (Red+Green+Blue) = 245+124+205=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CCD is #0A8332. Grayscale: #A9A9A9. Windows color (decimal): -688947 or 13466869. OLE color: 13466869.
HSL color Cylindrical-coordinate representation of color #F57CCD: hue angle of 319.83º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57CCD is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 205 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.04 |
| HSL | 319.83º | 0.86% | 0.72% | - |
| HSV(B) | 319.83º | 0.49% | 0.96% | - |
| XYZ | 55.88 | 38.24 | 62.19 | - |
| YUV | 169.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 205 | 0 | 0.49 | 0.16 | 0.04 | 319.83 | 0.86 | 0.72 |
| Hex | F5 | 7C | CD | 0 | 31 | 10 | 4 | 140 | 56 | 48 |
| Octal | 365 | 174 | 315 | 0 | 61 | 20 | 4 | 500 | 126 | 110 |
| Binary | 11110101 | 1111100 | 11001101 | 0 | 110001 | 10000 | 100 | 101000000 | 1010110 | 1001000 |
Color Harmonies of #F57CCD
Complementary color
Monochromatic Colors of #F57CCD
Black with #F57CCD
Text Example
Text Example
White with #F57CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57CCD; }
p { color: rgb(245,124,205); }
H1.HeaderClassName
{
color: #F57CCD;
}
.AnyTagClassName
{
color: #F57CCD;
}
</style>
background-color css
<style>
a { background-color: #F57CCD; }
a { background-color: rgb(245,124,205); }
div.DivClassName
{
background-color: #F57CCD;
}
.BgClassName
{
background-color: #F57CCD;
}
</style>
border-color css
<style>
span { border-color: #F57CCD; }
span { border-color: rgb(245,124,205); }
td.TdClassName
{
border-color: #F57CCD;
}
.TagClassName
{
border-color: #F57CCD;
}
</style>