Shades of Tea Rose #F192CA
Tints of Tea Rose #F192CA
RGB
CMYK
RGB Variations
Color information
#F192CA (or 0xF192CA) is known color: Tea Rose. HEX triplet: F1, 92 and CA. RGB value is (241,146,202). Sum of RGB (Red+Green+Blue) = 241+146+202=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F192CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192CA is #0E6D35. Grayscale: #B4B4B4. Windows color (decimal): -945462 or 13275889. OLE color: 13275889.
HSL color Cylindrical-coordinate representation of color #F192CA: hue angle of 324.63º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F192CA is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 202 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.05 |
| HSL | 324.63º | 0.77% | 0.76% | - |
| HSV(B) | 324.63º | 0.39% | 0.95% | - |
| XYZ | 57.22 | 43.52 | 61.26 | - |
| YUV | 180.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 202 | 0 | 0.39 | 0.16 | 0.05 | 324.63 | 0.77 | 0.76 |
| Hex | F1 | 92 | CA | 0 | 27 | 10 | 5 | 145 | 4D | 4C |
| Octal | 361 | 222 | 312 | 0 | 47 | 20 | 5 | 505 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11001010 | 0 | 100111 | 10000 | 101 | 101000101 | 1001101 | 1001100 |
Color Harmonies of #F192CA
Complementary color
Monochromatic Colors of #F192CA
Black with #F192CA
Text Example
Text Example
White with #F192CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192CA; }
p { color: rgb(241,146,202); }
H1.HeaderClassName
{
color: #F192CA;
}
.AnyTagClassName
{
color: #F192CA;
}
</style>
background-color css
<style>
a { background-color: #F192CA; }
a { background-color: rgb(241,146,202); }
div.DivClassName
{
background-color: #F192CA;
}
.BgClassName
{
background-color: #F192CA;
}
</style>
border-color css
<style>
span { border-color: #F192CA; }
span { border-color: rgb(241,146,202); }
td.TdClassName
{
border-color: #F192CA;
}
.TagClassName
{
border-color: #F192CA;
}
</style>