Shades of Tea Rose #F57CCA
Tints of Tea Rose #F57CCA
RGB
CMYK
RGB Variations
Color information
#F57CCA (or 0xF57CCA) is known color: Tea Rose. HEX triplet: F5, 7C and CA. RGB value is (245,124,202). Sum of RGB (Red+Green+Blue) = 245+124+202=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CCA is #0A8335. Grayscale: #A8A8A8. Windows color (decimal): -688950 or 13270261. OLE color: 13270261.
HSL color Cylindrical-coordinate representation of color #F57CCA: hue angle of 321.32º 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 #F57CCA is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 202 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.04 |
| HSL | 321.32º | 0.86% | 0.72% | - |
| HSV(B) | 321.32º | 0.49% | 0.96% | - |
| XYZ | 55.52 | 38.09 | 60.3 | - |
| YUV | 169.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 202 | 0 | 0.49 | 0.18 | 0.04 | 321.32 | 0.86 | 0.72 |
| Hex | F5 | 7C | CA | 0 | 31 | 12 | 4 | 141 | 56 | 48 |
| Octal | 365 | 174 | 312 | 0 | 61 | 22 | 4 | 501 | 126 | 110 |
| Binary | 11110101 | 1111100 | 11001010 | 0 | 110001 | 10010 | 100 | 101000001 | 1010110 | 1001000 |
Color Harmonies of #F57CCA
Complementary color
Monochromatic Colors of #F57CCA
Black with #F57CCA
Text Example
Text Example
White with #F57CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57CCA; }
p { color: rgb(245,124,202); }
H1.HeaderClassName
{
color: #F57CCA;
}
.AnyTagClassName
{
color: #F57CCA;
}
</style>
background-color css
<style>
a { background-color: #F57CCA; }
a { background-color: rgb(245,124,202); }
div.DivClassName
{
background-color: #F57CCA;
}
.BgClassName
{
background-color: #F57CCA;
}
</style>
border-color css
<style>
span { border-color: #F57CCA; }
span { border-color: rgb(245,124,202); }
td.TdClassName
{
border-color: #F57CCA;
}
.TagClassName
{
border-color: #F57CCA;
}
</style>