Shades of Tea Rose #F194CE
Tints of Tea Rose #F194CE
RGB
CMYK
RGB Variations
Color information
#F194CE (or 0xF194CE) is known color: Tea Rose. HEX triplet: F1, 94 and CE. RGB value is (241,148,206). Sum of RGB (Red+Green+Blue) = 241+148+206=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F194CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194CE is #0E6B31. Grayscale: #B6B6B6. Windows color (decimal): -944946 or 13538545. OLE color: 13538545.
HSL color Cylindrical-coordinate representation of color #F194CE: hue angle of 322.58º 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 #F194CE is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 206 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.05 |
| HSL | 322.58º | 0.77% | 0.76% | - |
| HSV(B) | 322.58º | 0.39% | 0.95% | - |
| XYZ | 58.01 | 44.34 | 63.89 | - |
| YUV | 182.42 | 141.31 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 206 | 0 | 0.39 | 0.15 | 0.05 | 322.58 | 0.77 | 0.76 |
| Hex | F1 | 94 | CE | 0 | 27 | F | 5 | 143 | 4D | 4C |
| Octal | 361 | 224 | 316 | 0 | 47 | 17 | 5 | 503 | 115 | 114 |
| Binary | 11110001 | 10010100 | 11001110 | 0 | 100111 | 1111 | 101 | 101000011 | 1001101 | 1001100 |
Color Harmonies of #F194CE
Complementary color
Monochromatic Colors of #F194CE
Black with #F194CE
Text Example
Text Example
White with #F194CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194CE; }
p { color: rgb(241,148,206); }
H1.HeaderClassName
{
color: #F194CE;
}
.AnyTagClassName
{
color: #F194CE;
}
</style>
background-color css
<style>
a { background-color: #F194CE; }
a { background-color: rgb(241,148,206); }
div.DivClassName
{
background-color: #F194CE;
}
.BgClassName
{
background-color: #F194CE;
}
</style>
border-color css
<style>
span { border-color: #F194CE; }
span { border-color: rgb(241,148,206); }
td.TdClassName
{
border-color: #F194CE;
}
.TagClassName
{
border-color: #F194CE;
}
</style>