Shades of Tea Rose #F193CC
Tints of Tea Rose #F193CC
RGB
CMYK
RGB Variations
Color information
#F193CC (or 0xF193CC) is known color: Tea Rose. HEX triplet: F1, 93 and CC. RGB value is (241,147,204). Sum of RGB (Red+Green+Blue) = 241+147+204=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F193CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193CC is #0E6C33. Grayscale: #B5B5B5. Windows color (decimal): -945204 or 13407217. OLE color: 13407217.
HSL color Cylindrical-coordinate representation of color #F193CC: hue angle of 323.62º 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 #F193CC is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 204 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.05 |
| HSL | 323.62º | 0.77% | 0.76% | - |
| HSV(B) | 323.62º | 0.39% | 0.95% | - |
| XYZ | 57.61 | 43.93 | 62.57 | - |
| YUV | 181.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 204 | 0 | 0.39 | 0.15 | 0.05 | 323.62 | 0.77 | 0.76 |
| Hex | F1 | 93 | CC | 0 | 27 | F | 5 | 144 | 4D | 4C |
| Octal | 361 | 223 | 314 | 0 | 47 | 17 | 5 | 504 | 115 | 114 |
| Binary | 11110001 | 10010011 | 11001100 | 0 | 100111 | 1111 | 101 | 101000100 | 1001101 | 1001100 |
Color Harmonies of #F193CC
Complementary color
Monochromatic Colors of #F193CC
Black with #F193CC
Text Example
Text Example
White with #F193CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193CC; }
p { color: rgb(241,147,204); }
H1.HeaderClassName
{
color: #F193CC;
}
.AnyTagClassName
{
color: #F193CC;
}
</style>
background-color css
<style>
a { background-color: #F193CC; }
a { background-color: rgb(241,147,204); }
div.DivClassName
{
background-color: #F193CC;
}
.BgClassName
{
background-color: #F193CC;
}
</style>
border-color css
<style>
span { border-color: #F193CC; }
span { border-color: rgb(241,147,204); }
td.TdClassName
{
border-color: #F193CC;
}
.TagClassName
{
border-color: #F193CC;
}
</style>