Shades of Tea Rose #F57CC5
Tints of Tea Rose #F57CC5
RGB
CMYK
RGB Variations
Color information
#F57CC5 (or 0xF57CC5) is known color: Tea Rose. HEX triplet: F5, 7C and C5. RGB value is (245,124,197). Sum of RGB (Red+Green+Blue) = 245+124+197=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CC5 is #0A833A. Grayscale: #A8A8A8. Windows color (decimal): -688955 or 12942581. OLE color: 12942581.
HSL color Cylindrical-coordinate representation of color #F57CC5: hue angle of 323.8º 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 #F57CC5 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 197 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.04 |
| HSL | 323.8º | 0.86% | 0.72% | - |
| HSV(B) | 323.8º | 0.49% | 0.96% | - |
| XYZ | 54.94 | 37.86 | 57.24 | - |
| YUV | 168.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 197 | 0 | 0.49 | 0.20 | 0.04 | 323.8 | 0.86 | 0.72 |
| Hex | F5 | 7C | C5 | 0 | 31 | 14 | 4 | 144 | 56 | 48 |
| Octal | 365 | 174 | 305 | 0 | 61 | 24 | 4 | 504 | 126 | 110 |
| Binary | 11110101 | 1111100 | 11000101 | 0 | 110001 | 10100 | 100 | 101000100 | 1010110 | 1001000 |
Color Harmonies of #F57CC5
Complementary color
Monochromatic Colors of #F57CC5
Black with #F57CC5
Text Example
Text Example
White with #F57CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57CC5; }
p { color: rgb(245,124,197); }
H1.HeaderClassName
{
color: #F57CC5;
}
.AnyTagClassName
{
color: #F57CC5;
}
</style>
background-color css
<style>
a { background-color: #F57CC5; }
a { background-color: rgb(245,124,197); }
div.DivClassName
{
background-color: #F57CC5;
}
.BgClassName
{
background-color: #F57CC5;
}
</style>
border-color css
<style>
span { border-color: #F57CC5; }
span { border-color: rgb(245,124,197); }
td.TdClassName
{
border-color: #F57CC5;
}
.TagClassName
{
border-color: #F57CC5;
}
</style>