Shades of Tea Rose #F57ED1
Tints of Tea Rose #F57ED1
RGB
CMYK
RGB Variations
Color information
#F57ED1 (or 0xF57ED1) is known color: Tea Rose. HEX triplet: F5, 7E and D1. RGB value is (245,126,209). Sum of RGB (Red+Green+Blue) = 245+126+209=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ED1 is #0A812E. Grayscale: #AAAAAA. Windows color (decimal): -688431 or 13729525. OLE color: 13729525.
HSL color Cylindrical-coordinate representation of color #F57ED1: hue angle of 318.15º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57ED1 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 209 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.04 |
| HSL | 318.15º | 0.86% | 0.73% | - |
| HSV(B) | 318.15º | 0.49% | 0.96% | - |
| XYZ | 56.63 | 38.94 | 64.85 | - |
| YUV | 171.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 209 | 0 | 0.49 | 0.15 | 0.04 | 318.15 | 0.86 | 0.73 |
| Hex | F5 | 7E | D1 | 0 | 31 | F | 4 | 13E | 56 | 49 |
| Octal | 365 | 176 | 321 | 0 | 61 | 17 | 4 | 476 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11010001 | 0 | 110001 | 1111 | 100 | 100111110 | 1010110 | 1001001 |
Color Harmonies of #F57ED1
Complementary color
Monochromatic Colors of #F57ED1
Black with #F57ED1
Text Example
Text Example
White with #F57ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ED1; }
p { color: rgb(245,126,209); }
H1.HeaderClassName
{
color: #F57ED1;
}
.AnyTagClassName
{
color: #F57ED1;
}
</style>
background-color css
<style>
a { background-color: #F57ED1; }
a { background-color: rgb(245,126,209); }
div.DivClassName
{
background-color: #F57ED1;
}
.BgClassName
{
background-color: #F57ED1;
}
</style>
border-color css
<style>
span { border-color: #F57ED1; }
span { border-color: rgb(245,126,209); }
td.TdClassName
{
border-color: #F57ED1;
}
.TagClassName
{
border-color: #F57ED1;
}
</style>