Shades of Tea Rose #F594CB
Tints of Tea Rose #F594CB
RGB
CMYK
RGB Variations
Color information
#F594CB (or 0xF594CB) is known color: Tea Rose. HEX triplet: F5, 94 and CB. RGB value is (245,148,203). Sum of RGB (Red+Green+Blue) = 245+148+203=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F594CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594CB is #0A6B34. Grayscale: #B7B7B7. Windows color (decimal): -682805 or 13341941. OLE color: 13341941.
HSL color Cylindrical-coordinate representation of color #F594CB: hue angle of 325.98º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F594CB is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 203 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.04 |
| HSL | 325.98º | 0.83% | 0.77% | - |
| HSV(B) | 325.98º | 0.4% | 0.96% | - |
| XYZ | 59.03 | 44.9 | 62.06 | - |
| YUV | 183.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 203 | 0 | 0.40 | 0.17 | 0.04 | 325.98 | 0.83 | 0.77 |
| Hex | F5 | 94 | CB | 0 | 28 | 11 | 4 | 146 | 53 | 4D |
| Octal | 365 | 224 | 313 | 0 | 50 | 21 | 4 | 506 | 123 | 115 |
| Binary | 11110101 | 10010100 | 11001011 | 0 | 101000 | 10001 | 100 | 101000110 | 1010011 | 1001101 |
Color Harmonies of #F594CB
Complementary color
Monochromatic Colors of #F594CB
Black with #F594CB
Text Example
Text Example
White with #F594CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594CB; }
p { color: rgb(245,148,203); }
H1.HeaderClassName
{
color: #F594CB;
}
.AnyTagClassName
{
color: #F594CB;
}
</style>
background-color css
<style>
a { background-color: #F594CB; }
a { background-color: rgb(245,148,203); }
div.DivClassName
{
background-color: #F594CB;
}
.BgClassName
{
background-color: #F594CB;
}
</style>
border-color css
<style>
span { border-color: #F594CB; }
span { border-color: rgb(245,148,203); }
td.TdClassName
{
border-color: #F594CB;
}
.TagClassName
{
border-color: #F594CB;
}
</style>