Shades of Tea Rose #F192CE
Tints of Tea Rose #F192CE
RGB
CMYK
RGB Variations
Color information
#F192CE (or 0xF192CE) is known color: Tea Rose. HEX triplet: F1, 92 and CE. RGB value is (241,146,206). Sum of RGB (Red+Green+Blue) = 241+146+206=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F192CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192CE is #0E6D31. Grayscale: #B5B5B5. Windows color (decimal): -945458 or 13538033. OLE color: 13538033.
HSL color Cylindrical-coordinate representation of color #F192CE: hue angle of 322.11º 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 #F192CE is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 206 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.05 |
| HSL | 322.11º | 0.77% | 0.76% | - |
| HSV(B) | 322.11º | 0.39% | 0.95% | - |
| XYZ | 57.7 | 43.71 | 63.79 | - |
| YUV | 181.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 206 | 0 | 0.39 | 0.15 | 0.05 | 322.11 | 0.77 | 0.76 |
| Hex | F1 | 92 | CE | 0 | 27 | F | 5 | 142 | 4D | 4C |
| Octal | 361 | 222 | 316 | 0 | 47 | 17 | 5 | 502 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11001110 | 0 | 100111 | 1111 | 101 | 101000010 | 1001101 | 1001100 |
Color Harmonies of #F192CE
Complementary color
Monochromatic Colors of #F192CE
Black with #F192CE
Text Example
Text Example
White with #F192CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192CE; }
p { color: rgb(241,146,206); }
H1.HeaderClassName
{
color: #F192CE;
}
.AnyTagClassName
{
color: #F192CE;
}
</style>
background-color css
<style>
a { background-color: #F192CE; }
a { background-color: rgb(241,146,206); }
div.DivClassName
{
background-color: #F192CE;
}
.BgClassName
{
background-color: #F192CE;
}
</style>
border-color css
<style>
span { border-color: #F192CE; }
span { border-color: rgb(241,146,206); }
td.TdClassName
{
border-color: #F192CE;
}
.TagClassName
{
border-color: #F192CE;
}
</style>