Shades of Tea Rose #F57FD1
Tints of Tea Rose #F57FD1
RGB
CMYK
RGB Variations
Color information
#F57FD1 (or 0xF57FD1) is known color: Tea Rose. HEX triplet: F5, 7F and D1. RGB value is (245,127,209). Sum of RGB (Red+Green+Blue) = 245+127+209=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FD1 is #0A802E. Grayscale: #ABABAB. Windows color (decimal): -688175 or 13729781. OLE color: 13729781.
HSL color Cylindrical-coordinate representation of color #F57FD1: hue angle of 318.31º 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 #F57FD1 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 209 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.04 |
| HSL | 318.31º | 0.86% | 0.73% | - |
| HSV(B) | 318.31º | 0.48% | 0.96% | - |
| XYZ | 56.75 | 39.19 | 64.9 | - |
| YUV | 171.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 209 | 0 | 0.48 | 0.15 | 0.04 | 318.31 | 0.86 | 0.73 |
| Hex | F5 | 7F | D1 | 0 | 30 | F | 4 | 13E | 56 | 49 |
| Octal | 365 | 177 | 321 | 0 | 60 | 17 | 4 | 476 | 126 | 111 |
| Binary | 11110101 | 1111111 | 11010001 | 0 | 110000 | 1111 | 100 | 100111110 | 1010110 | 1001001 |
Color Harmonies of #F57FD1
Complementary color
Monochromatic Colors of #F57FD1
Black with #F57FD1
Text Example
Text Example
White with #F57FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FD1; }
p { color: rgb(245,127,209); }
H1.HeaderClassName
{
color: #F57FD1;
}
.AnyTagClassName
{
color: #F57FD1;
}
</style>
background-color css
<style>
a { background-color: #F57FD1; }
a { background-color: rgb(245,127,209); }
div.DivClassName
{
background-color: #F57FD1;
}
.BgClassName
{
background-color: #F57FD1;
}
</style>
border-color css
<style>
span { border-color: #F57FD1; }
span { border-color: rgb(245,127,209); }
td.TdClassName
{
border-color: #F57FD1;
}
.TagClassName
{
border-color: #F57FD1;
}
</style>