Shades of Tea Rose #F57FC5
Tints of Tea Rose #F57FC5
RGB
CMYK
RGB Variations
Color information
#F57FC5 (or 0xF57FC5) is known color: Tea Rose. HEX triplet: F5, 7F and C5. RGB value is (245,127,197). Sum of RGB (Red+Green+Blue) = 245+127+197=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FC5 is #0A803A. Grayscale: #AAAAAA. Windows color (decimal): -688187 or 12943349. OLE color: 12943349.
HSL color Cylindrical-coordinate representation of color #F57FC5: hue angle of 324.41º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F57FC5 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 197 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.04 |
| HSL | 324.41º | 0.86% | 0.73% | - |
| HSV(B) | 324.41º | 0.48% | 0.96% | - |
| XYZ | 55.32 | 38.62 | 57.36 | - |
| YUV | 170.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 197 | 0 | 0.48 | 0.20 | 0.04 | 324.41 | 0.86 | 0.73 |
| Hex | F5 | 7F | C5 | 0 | 30 | 14 | 4 | 144 | 56 | 49 |
| Octal | 365 | 177 | 305 | 0 | 60 | 24 | 4 | 504 | 126 | 111 |
| Binary | 11110101 | 1111111 | 11000101 | 0 | 110000 | 10100 | 100 | 101000100 | 1010110 | 1001001 |
Color Harmonies of #F57FC5
Complementary color
Monochromatic Colors of #F57FC5
Black with #F57FC5
Text Example
Text Example
White with #F57FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FC5; }
p { color: rgb(245,127,197); }
H1.HeaderClassName
{
color: #F57FC5;
}
.AnyTagClassName
{
color: #F57FC5;
}
</style>
background-color css
<style>
a { background-color: #F57FC5; }
a { background-color: rgb(245,127,197); }
div.DivClassName
{
background-color: #F57FC5;
}
.BgClassName
{
background-color: #F57FC5;
}
</style>
border-color css
<style>
span { border-color: #F57FC5; }
span { border-color: rgb(245,127,197); }
td.TdClassName
{
border-color: #F57FC5;
}
.TagClassName
{
border-color: #F57FC5;
}
</style>