Shades of Tea Rose #F183C8
Tints of Tea Rose #F183C8
RGB
CMYK
RGB Variations
Color information
#F183C8 (or 0xF183C8) is known color: Tea Rose. HEX triplet: F1, 83 and C8. RGB value is (241,131,200). Sum of RGB (Red+Green+Blue) = 241+131+200=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F183C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183C8 is #0E7C37. Grayscale: #ABABAB. Windows color (decimal): -949304 or 13140977. OLE color: 13140977.
HSL color Cylindrical-coordinate representation of color #F183C8: hue angle of 322.36º 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 #F183C8 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 200 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.05 |
| HSL | 322.36º | 0.8% | 0.73% | - |
| HSV(B) | 322.36º | 0.46% | 0.95% | - |
| XYZ | 54.82 | 39.1 | 59.3 | - |
| YUV | 171.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 200 | 0 | 0.46 | 0.17 | 0.05 | 322.36 | 0.8 | 0.73 |
| Hex | F1 | 83 | C8 | 0 | 2E | 11 | 5 | 142 | 50 | 49 |
| Octal | 361 | 203 | 310 | 0 | 56 | 21 | 5 | 502 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11001000 | 0 | 101110 | 10001 | 101 | 101000010 | 1010000 | 1001001 |
Color Harmonies of #F183C8
Complementary color
Monochromatic Colors of #F183C8
Black with #F183C8
Text Example
Text Example
White with #F183C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183C8; }
p { color: rgb(241,131,200); }
H1.HeaderClassName
{
color: #F183C8;
}
.AnyTagClassName
{
color: #F183C8;
}
</style>
background-color css
<style>
a { background-color: #F183C8; }
a { background-color: rgb(241,131,200); }
div.DivClassName
{
background-color: #F183C8;
}
.BgClassName
{
background-color: #F183C8;
}
</style>
border-color css
<style>
span { border-color: #F183C8; }
span { border-color: rgb(241,131,200); }
td.TdClassName
{
border-color: #F183C8;
}
.TagClassName
{
border-color: #F183C8;
}
</style>