Shades of Tea Rose #F592CB
Tints of Tea Rose #F592CB
RGB
CMYK
RGB Variations
Color information
#F592CB (or 0xF592CB) is known color: Tea Rose. HEX triplet: F5, 92 and CB. RGB value is (245,146,203). Sum of RGB (Red+Green+Blue) = 245+146+203=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F592CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592CB is #0A6D34. Grayscale: #B5B5B5. Windows color (decimal): -683317 or 13341429. OLE color: 13341429.
HSL color Cylindrical-coordinate representation of color #F592CB: hue angle of 325.45º 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 #F592CB is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 203 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.04 |
| HSL | 325.45º | 0.83% | 0.77% | - |
| HSV(B) | 325.45º | 0.4% | 0.96% | - |
| XYZ | 58.71 | 44.28 | 61.95 | - |
| YUV | 182.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 203 | 0 | 0.40 | 0.17 | 0.04 | 325.45 | 0.83 | 0.77 |
| Hex | F5 | 92 | CB | 0 | 28 | 11 | 4 | 145 | 53 | 4D |
| Octal | 365 | 222 | 313 | 0 | 50 | 21 | 4 | 505 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11001011 | 0 | 101000 | 10001 | 100 | 101000101 | 1010011 | 1001101 |
Color Harmonies of #F592CB
Complementary color
Monochromatic Colors of #F592CB
Black with #F592CB
Text Example
Text Example
White with #F592CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592CB; }
p { color: rgb(245,146,203); }
H1.HeaderClassName
{
color: #F592CB;
}
.AnyTagClassName
{
color: #F592CB;
}
</style>
background-color css
<style>
a { background-color: #F592CB; }
a { background-color: rgb(245,146,203); }
div.DivClassName
{
background-color: #F592CB;
}
.BgClassName
{
background-color: #F592CB;
}
</style>
border-color css
<style>
span { border-color: #F592CB; }
span { border-color: rgb(245,146,203); }
td.TdClassName
{
border-color: #F592CB;
}
.TagClassName
{
border-color: #F592CB;
}
</style>