Shades of Tea Rose #F57FCB
Tints of Tea Rose #F57FCB
RGB
CMYK
RGB Variations
Color information
#F57FCB (or 0xF57FCB) is known color: Tea Rose. HEX triplet: F5, 7F and CB. RGB value is (245,127,203). Sum of RGB (Red+Green+Blue) = 245+127+203=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FCB is #0A8034. Grayscale: #AAAAAA. Windows color (decimal): -688181 or 13336565. OLE color: 13336565.
HSL color Cylindrical-coordinate representation of color #F57FCB: hue angle of 321.36º 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 #F57FCB is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 203 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.04 |
| HSL | 321.36º | 0.86% | 0.73% | - |
| HSV(B) | 321.36º | 0.48% | 0.96% | - |
| XYZ | 56.03 | 38.9 | 61.06 | - |
| YUV | 170.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 203 | 0 | 0.48 | 0.17 | 0.04 | 321.36 | 0.86 | 0.73 |
| Hex | F5 | 7F | CB | 0 | 30 | 11 | 4 | 141 | 56 | 49 |
| Octal | 365 | 177 | 313 | 0 | 60 | 21 | 4 | 501 | 126 | 111 |
| Binary | 11110101 | 1111111 | 11001011 | 0 | 110000 | 10001 | 100 | 101000001 | 1010110 | 1001001 |
Color Harmonies of #F57FCB
Complementary color
Monochromatic Colors of #F57FCB
Black with #F57FCB
Text Example
Text Example
White with #F57FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FCB; }
p { color: rgb(245,127,203); }
H1.HeaderClassName
{
color: #F57FCB;
}
.AnyTagClassName
{
color: #F57FCB;
}
</style>
background-color css
<style>
a { background-color: #F57FCB; }
a { background-color: rgb(245,127,203); }
div.DivClassName
{
background-color: #F57FCB;
}
.BgClassName
{
background-color: #F57FCB;
}
</style>
border-color css
<style>
span { border-color: #F57FCB; }
span { border-color: rgb(245,127,203); }
td.TdClassName
{
border-color: #F57FCB;
}
.TagClassName
{
border-color: #F57FCB;
}
</style>