Shades of Tea Rose #F183CF
Tints of Tea Rose #F183CF
RGB
CMYK
RGB Variations
Color information
#F183CF (or 0xF183CF) is known color: Tea Rose. HEX triplet: F1, 83 and CF. RGB value is (241,131,207). Sum of RGB (Red+Green+Blue) = 241+131+207=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 131 (51.56% from 255 or 22.63% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F183CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183CF is #0E7C30. Grayscale: #ACACAC. Windows color (decimal): -949297 or 13599729. OLE color: 13599729.
HSL color Cylindrical-coordinate representation of color #F183CF: hue angle of 318.55º 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 #F183CF is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 207 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.05 |
| HSL | 318.55º | 0.8% | 0.73% | - |
| HSV(B) | 318.55º | 0.46% | 0.95% | - |
| XYZ | 55.65 | 39.44 | 63.71 | - |
| YUV | 172.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 207 | 0 | 0.46 | 0.14 | 0.05 | 318.55 | 0.8 | 0.73 |
| Hex | F1 | 83 | CF | 0 | 2E | E | 5 | 13F | 50 | 49 |
| Octal | 361 | 203 | 317 | 0 | 56 | 16 | 5 | 477 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11001111 | 0 | 101110 | 1110 | 101 | 100111111 | 1010000 | 1001001 |
Color Harmonies of #F183CF
Complementary color
Monochromatic Colors of #F183CF
Black with #F183CF
Text Example
Text Example
White with #F183CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183CF; }
p { color: rgb(241,131,207); }
H1.HeaderClassName
{
color: #F183CF;
}
.AnyTagClassName
{
color: #F183CF;
}
</style>
background-color css
<style>
a { background-color: #F183CF; }
a { background-color: rgb(241,131,207); }
div.DivClassName
{
background-color: #F183CF;
}
.BgClassName
{
background-color: #F183CF;
}
</style>
border-color css
<style>
span { border-color: #F183CF; }
span { border-color: rgb(241,131,207); }
td.TdClassName
{
border-color: #F183CF;
}
.TagClassName
{
border-color: #F183CF;
}
</style>