Shades of Tea Rose #F181C9
Tints of Tea Rose #F181C9
RGB
CMYK
RGB Variations
Color information
#F181C9 (or 0xF181C9) is known color: Tea Rose. HEX triplet: F1, 81 and C9. RGB value is (241,129,201). Sum of RGB (Red+Green+Blue) = 241+129+201=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F181C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181C9 is #0E7E36. Grayscale: #AAAAAA. Windows color (decimal): -949815 or 13206001. OLE color: 13206001.
HSL color Cylindrical-coordinate representation of color #F181C9: hue angle of 321.43º 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 #F181C9 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 201 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.05 |
| HSL | 321.43º | 0.8% | 0.73% | - |
| HSV(B) | 321.43º | 0.46% | 0.95% | - |
| XYZ | 54.67 | 38.62 | 59.83 | - |
| YUV | 170.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 201 | 0 | 0.46 | 0.17 | 0.05 | 321.43 | 0.8 | 0.73 |
| Hex | F1 | 81 | C9 | 0 | 2E | 11 | 5 | 141 | 50 | 49 |
| Octal | 361 | 201 | 311 | 0 | 56 | 21 | 5 | 501 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11001001 | 0 | 101110 | 10001 | 101 | 101000001 | 1010000 | 1001001 |
Color Harmonies of #F181C9
Complementary color
Monochromatic Colors of #F181C9
Black with #F181C9
Text Example
Text Example
White with #F181C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181C9; }
p { color: rgb(241,129,201); }
H1.HeaderClassName
{
color: #F181C9;
}
.AnyTagClassName
{
color: #F181C9;
}
</style>
background-color css
<style>
a { background-color: #F181C9; }
a { background-color: rgb(241,129,201); }
div.DivClassName
{
background-color: #F181C9;
}
.BgClassName
{
background-color: #F181C9;
}
</style>
border-color css
<style>
span { border-color: #F181C9; }
span { border-color: rgb(241,129,201); }
td.TdClassName
{
border-color: #F181C9;
}
.TagClassName
{
border-color: #F181C9;
}
</style>