Shades of Tea Rose #F57DC8
Tints of Tea Rose #F57DC8
RGB
CMYK
RGB Variations
Color information
#F57DC8 (or 0xF57DC8) is known color: Tea Rose. HEX triplet: F5, 7D and C8. RGB value is (245,125,200). Sum of RGB (Red+Green+Blue) = 245+125+200=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57DC8 is #0A8237. Grayscale: #A9A9A9. Windows color (decimal): -688696 or 13139445. OLE color: 13139445.
HSL color Cylindrical-coordinate representation of color #F57DC8: hue angle of 322.5º 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 #F57DC8 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 200 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.04 |
| HSL | 322.5º | 0.86% | 0.73% | - |
| HSV(B) | 322.5º | 0.49% | 0.96% | - |
| XYZ | 55.42 | 38.25 | 59.11 | - |
| YUV | 169.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 200 | 0 | 0.49 | 0.18 | 0.04 | 322.5 | 0.86 | 0.73 |
| Hex | F5 | 7D | C8 | 0 | 31 | 12 | 4 | 142 | 56 | 49 |
| Octal | 365 | 175 | 310 | 0 | 61 | 22 | 4 | 502 | 126 | 111 |
| Binary | 11110101 | 1111101 | 11001000 | 0 | 110001 | 10010 | 100 | 101000010 | 1010110 | 1001001 |
Color Harmonies of #F57DC8
Complementary color
Monochromatic Colors of #F57DC8
Black with #F57DC8
Text Example
Text Example
White with #F57DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DC8; }
p { color: rgb(245,125,200); }
H1.HeaderClassName
{
color: #F57DC8;
}
.AnyTagClassName
{
color: #F57DC8;
}
</style>
background-color css
<style>
a { background-color: #F57DC8; }
a { background-color: rgb(245,125,200); }
div.DivClassName
{
background-color: #F57DC8;
}
.BgClassName
{
background-color: #F57DC8;
}
</style>
border-color css
<style>
span { border-color: #F57DC8; }
span { border-color: rgb(245,125,200); }
td.TdClassName
{
border-color: #F57DC8;
}
.TagClassName
{
border-color: #F57DC8;
}
</style>