Shades of Tea Rose #F57DD1
Tints of Tea Rose #F57DD1
RGB
CMYK
RGB Variations
Color information
#F57DD1 (or 0xF57DD1) is known color: Tea Rose. HEX triplet: F5, 7D and D1. RGB value is (245,125,209). Sum of RGB (Red+Green+Blue) = 245+125+209=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57DD1 is #0A822E. Grayscale: #AAAAAA. Windows color (decimal): -688687 or 13729269. OLE color: 13729269.
HSL color Cylindrical-coordinate representation of color #F57DD1: hue angle of 318º 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 #F57DD1 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 209 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.04 |
| HSL | 318º | 0.86% | 0.73% | - |
| HSV(B) | 318º | 0.49% | 0.96% | - |
| XYZ | 56.5 | 38.68 | 64.81 | - |
| YUV | 170.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 209 | 0 | 0.49 | 0.15 | 0.04 | 318 | 0.86 | 0.73 |
| Hex | F5 | 7D | D1 | 0 | 31 | F | 4 | 13E | 56 | 49 |
| Octal | 365 | 175 | 321 | 0 | 61 | 17 | 4 | 476 | 126 | 111 |
| Binary | 11110101 | 1111101 | 11010001 | 0 | 110001 | 1111 | 100 | 100111110 | 1010110 | 1001001 |
Color Harmonies of #F57DD1
Complementary color
Monochromatic Colors of #F57DD1
Black with #F57DD1
Text Example
Text Example
White with #F57DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DD1; }
p { color: rgb(245,125,209); }
H1.HeaderClassName
{
color: #F57DD1;
}
.AnyTagClassName
{
color: #F57DD1;
}
</style>
background-color css
<style>
a { background-color: #F57DD1; }
a { background-color: rgb(245,125,209); }
div.DivClassName
{
background-color: #F57DD1;
}
.BgClassName
{
background-color: #F57DD1;
}
</style>
border-color css
<style>
span { border-color: #F57DD1; }
span { border-color: rgb(245,125,209); }
td.TdClassName
{
border-color: #F57DD1;
}
.TagClassName
{
border-color: #F57DD1;
}
</style>