Shades of Tea Rose #F192D1
Tints of Tea Rose #F192D1
RGB
CMYK
RGB Variations
Color information
#F192D1 (or 0xF192D1) is known color: Tea Rose. HEX triplet: F1, 92 and D1. RGB value is (241,146,209). Sum of RGB (Red+Green+Blue) = 241+146+209=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F192D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192D1 is #0E6D2E. Grayscale: #B5B5B5. Windows color (decimal): -945455 or 13734641. OLE color: 13734641.
HSL color Cylindrical-coordinate representation of color #F192D1: hue angle of 320.21º 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 #F192D1 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 209 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.05 |
| HSL | 320.21º | 0.77% | 0.76% | - |
| HSV(B) | 320.21º | 0.39% | 0.95% | - |
| XYZ | 58.06 | 43.86 | 65.73 | - |
| YUV | 181.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 209 | 0 | 0.39 | 0.13 | 0.05 | 320.21 | 0.77 | 0.76 |
| Hex | F1 | 92 | D1 | 0 | 27 | D | 5 | 140 | 4D | 4C |
| Octal | 361 | 222 | 321 | 0 | 47 | 15 | 5 | 500 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11010001 | 0 | 100111 | 1101 | 101 | 101000000 | 1001101 | 1001100 |
Color Harmonies of #F192D1
Complementary color
Monochromatic Colors of #F192D1
Black with #F192D1
Text Example
Text Example
White with #F192D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192D1; }
p { color: rgb(241,146,209); }
H1.HeaderClassName
{
color: #F192D1;
}
.AnyTagClassName
{
color: #F192D1;
}
</style>
background-color css
<style>
a { background-color: #F192D1; }
a { background-color: rgb(241,146,209); }
div.DivClassName
{
background-color: #F192D1;
}
.BgClassName
{
background-color: #F192D1;
}
</style>
border-color css
<style>
span { border-color: #F192D1; }
span { border-color: rgb(241,146,209); }
td.TdClassName
{
border-color: #F192D1;
}
.TagClassName
{
border-color: #F192D1;
}
</style>