Shades of Tea Rose #F183CE
Tints of Tea Rose #F183CE
RGB
CMYK
RGB Variations
Color information
#F183CE (or 0xF183CE) is known color: Tea Rose. HEX triplet: F1, 83 and CE. RGB value is (241,131,206). Sum of RGB (Red+Green+Blue) = 241+131+206=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 131 (51.56% from 255 or 22.66% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F183CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183CE is #0E7C31. Grayscale: #ACACAC. Windows color (decimal): -949298 or 13534193. OLE color: 13534193.
HSL color Cylindrical-coordinate representation of color #F183CE: hue angle of 319.09º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F183CE is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 206 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.05 |
| HSL | 319.09º | 0.8% | 0.73% | - |
| HSV(B) | 319.09º | 0.46% | 0.95% | - |
| XYZ | 55.53 | 39.39 | 63.07 | - |
| YUV | 172.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 206 | 0 | 0.46 | 0.15 | 0.05 | 319.09 | 0.8 | 0.73 |
| Hex | F1 | 83 | CE | 0 | 2E | F | 5 | 13F | 50 | 49 |
| Octal | 361 | 203 | 316 | 0 | 56 | 17 | 5 | 477 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11001110 | 0 | 101110 | 1111 | 101 | 100111111 | 1010000 | 1001001 |
Color Harmonies of #F183CE
Complementary color
Monochromatic Colors of #F183CE
Black with #F183CE
Text Example
Text Example
White with #F183CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183CE; }
p { color: rgb(241,131,206); }
H1.HeaderClassName
{
color: #F183CE;
}
.AnyTagClassName
{
color: #F183CE;
}
</style>
background-color css
<style>
a { background-color: #F183CE; }
a { background-color: rgb(241,131,206); }
div.DivClassName
{
background-color: #F183CE;
}
.BgClassName
{
background-color: #F183CE;
}
</style>
border-color css
<style>
span { border-color: #F183CE; }
span { border-color: rgb(241,131,206); }
td.TdClassName
{
border-color: #F183CE;
}
.TagClassName
{
border-color: #F183CE;
}
</style>