Shades of Tea Rose #F18AC0
Tints of Tea Rose #F18AC0
RGB
CMYK
RGB Variations
Color information
#F18AC0 (or 0xF18AC0) is known color: Tea Rose. HEX triplet: F1, 8A and C0. RGB value is (241,138,192). Sum of RGB (Red+Green+Blue) = 241+138+192=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AC0 is #0E753F. Grayscale: #AEAEAE. Windows color (decimal): -947520 or 12618481. OLE color: 12618481.
HSL color Cylindrical-coordinate representation of color #F18AC0: hue angle of 328.54º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18AC0 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 192 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.05 |
| HSL | 328.54º | 0.79% | 0.74% | - |
| HSV(B) | 328.54º | 0.43% | 0.95% | - |
| XYZ | 54.88 | 40.68 | 54.83 | - |
| YUV | 174.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 192 | 0 | 0.43 | 0.20 | 0.05 | 328.54 | 0.79 | 0.74 |
| Hex | F1 | 8A | C0 | 0 | 2B | 14 | 5 | 149 | 4F | 4A |
| Octal | 361 | 212 | 300 | 0 | 53 | 24 | 5 | 511 | 117 | 112 |
| Binary | 11110001 | 10001010 | 11000000 | 0 | 101011 | 10100 | 101 | 101001001 | 1001111 | 1001010 |
Color Harmonies of #F18AC0
Complementary color
Monochromatic Colors of #F18AC0
Black with #F18AC0
Text Example
Text Example
White with #F18AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AC0; }
p { color: rgb(241,138,192); }
H1.HeaderClassName
{
color: #F18AC0;
}
.AnyTagClassName
{
color: #F18AC0;
}
</style>
background-color css
<style>
a { background-color: #F18AC0; }
a { background-color: rgb(241,138,192); }
div.DivClassName
{
background-color: #F18AC0;
}
.BgClassName
{
background-color: #F18AC0;
}
</style>
border-color css
<style>
span { border-color: #F18AC0; }
span { border-color: rgb(241,138,192); }
td.TdClassName
{
border-color: #F18AC0;
}
.TagClassName
{
border-color: #F18AC0;
}
</style>