Shades of Tea Rose #F57FC8
Tints of Tea Rose #F57FC8
RGB
CMYK
RGB Variations
Color information
#F57FC8 (or 0xF57FC8) is known color: Tea Rose. HEX triplet: F5, 7F and C8. RGB value is (245,127,200). Sum of RGB (Red+Green+Blue) = 245+127+200=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FC8 is #0A8037. Grayscale: #AAAAAA. Windows color (decimal): -688184 or 13139957. OLE color: 13139957.
HSL color Cylindrical-coordinate representation of color #F57FC8: hue angle of 322.88º 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 #F57FC8 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 200 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.04 |
| HSL | 322.88º | 0.86% | 0.73% | - |
| HSV(B) | 322.88º | 0.48% | 0.96% | - |
| XYZ | 55.67 | 38.76 | 59.19 | - |
| YUV | 170.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 200 | 0 | 0.48 | 0.18 | 0.04 | 322.88 | 0.86 | 0.73 |
| Hex | F5 | 7F | C8 | 0 | 30 | 12 | 4 | 143 | 56 | 49 |
| Octal | 365 | 177 | 310 | 0 | 60 | 22 | 4 | 503 | 126 | 111 |
| Binary | 11110101 | 1111111 | 11001000 | 0 | 110000 | 10010 | 100 | 101000011 | 1010110 | 1001001 |
Color Harmonies of #F57FC8
Complementary color
Monochromatic Colors of #F57FC8
Black with #F57FC8
Text Example
Text Example
White with #F57FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FC8; }
p { color: rgb(245,127,200); }
H1.HeaderClassName
{
color: #F57FC8;
}
.AnyTagClassName
{
color: #F57FC8;
}
</style>
background-color css
<style>
a { background-color: #F57FC8; }
a { background-color: rgb(245,127,200); }
div.DivClassName
{
background-color: #F57FC8;
}
.BgClassName
{
background-color: #F57FC8;
}
</style>
border-color css
<style>
span { border-color: #F57FC8; }
span { border-color: rgb(245,127,200); }
td.TdClassName
{
border-color: #F57FC8;
}
.TagClassName
{
border-color: #F57FC8;
}
</style>