Shades of Tea Rose #F185CA
Tints of Tea Rose #F185CA
RGB
CMYK
RGB Variations
Color information
#F185CA (or 0xF185CA) is known color: Tea Rose. HEX triplet: F1, 85 and CA. RGB value is (241,133,202). Sum of RGB (Red+Green+Blue) = 241+133+202=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F185CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185CA is #0E7A35. Grayscale: #ACACAC. Windows color (decimal): -948790 or 13272561. OLE color: 13272561.
HSL color Cylindrical-coordinate representation of color #F185CA: hue angle of 321.67º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185CA is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 202 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.05 |
| HSL | 321.67º | 0.79% | 0.73% | - |
| HSV(B) | 321.67º | 0.45% | 0.95% | - |
| XYZ | 55.32 | 39.74 | 60.63 | - |
| YUV | 173.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 202 | 0 | 0.45 | 0.16 | 0.05 | 321.67 | 0.79 | 0.73 |
| Hex | F1 | 85 | CA | 0 | 2D | 10 | 5 | 142 | 4F | 49 |
| Octal | 361 | 205 | 312 | 0 | 55 | 20 | 5 | 502 | 117 | 111 |
| Binary | 11110001 | 10000101 | 11001010 | 0 | 101101 | 10000 | 101 | 101000010 | 1001111 | 1001001 |
Color Harmonies of #F185CA
Complementary color
Monochromatic Colors of #F185CA
Black with #F185CA
Text Example
Text Example
White with #F185CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185CA; }
p { color: rgb(241,133,202); }
H1.HeaderClassName
{
color: #F185CA;
}
.AnyTagClassName
{
color: #F185CA;
}
</style>
background-color css
<style>
a { background-color: #F185CA; }
a { background-color: rgb(241,133,202); }
div.DivClassName
{
background-color: #F185CA;
}
.BgClassName
{
background-color: #F185CA;
}
</style>
border-color css
<style>
span { border-color: #F185CA; }
span { border-color: rgb(241,133,202); }
td.TdClassName
{
border-color: #F185CA;
}
.TagClassName
{
border-color: #F185CA;
}
</style>