Shades of Tea Rose #F592CA
Tints of Tea Rose #F592CA
RGB
CMYK
RGB Variations
Color information
#F592CA (or 0xF592CA) is known color: Tea Rose. HEX triplet: F5, 92 and CA. RGB value is (245,146,202). Sum of RGB (Red+Green+Blue) = 245+146+202=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F592CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592CA is #0A6D35. Grayscale: #B5B5B5. Windows color (decimal): -683318 or 13275893. OLE color: 13275893.
HSL color Cylindrical-coordinate representation of color #F592CA: hue angle of 326.06º 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 #F592CA is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 202 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.04 |
| HSL | 326.06º | 0.83% | 0.77% | - |
| HSV(B) | 326.06º | 0.4% | 0.96% | - |
| XYZ | 58.6 | 44.23 | 61.33 | - |
| YUV | 181.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 202 | 0 | 0.40 | 0.18 | 0.04 | 326.06 | 0.83 | 0.77 |
| Hex | F5 | 92 | CA | 0 | 28 | 12 | 4 | 146 | 53 | 4D |
| Octal | 365 | 222 | 312 | 0 | 50 | 22 | 4 | 506 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11001010 | 0 | 101000 | 10010 | 100 | 101000110 | 1010011 | 1001101 |
Color Harmonies of #F592CA
Complementary color
Monochromatic Colors of #F592CA
Black with #F592CA
Text Example
Text Example
White with #F592CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592CA; }
p { color: rgb(245,146,202); }
H1.HeaderClassName
{
color: #F592CA;
}
.AnyTagClassName
{
color: #F592CA;
}
</style>
background-color css
<style>
a { background-color: #F592CA; }
a { background-color: rgb(245,146,202); }
div.DivClassName
{
background-color: #F592CA;
}
.BgClassName
{
background-color: #F592CA;
}
</style>
border-color css
<style>
span { border-color: #F592CA; }
span { border-color: rgb(245,146,202); }
td.TdClassName
{
border-color: #F592CA;
}
.TagClassName
{
border-color: #F592CA;
}
</style>