Shades of Tea Rose #F18ABE
Tints of Tea Rose #F18ABE
RGB
CMYK
RGB Variations
Color information
#F18ABE (or 0xF18ABE) is known color: Tea Rose. HEX triplet: F1, 8A and BE. RGB value is (241,138,190). Sum of RGB (Red+Green+Blue) = 241+138+190=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ABE is #0E7541. Grayscale: #AEAEAE. Windows color (decimal): -947522 or 12487409. OLE color: 12487409.
HSL color Cylindrical-coordinate representation of color #F18ABE: hue angle of 329.71º 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 #F18ABE is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 190 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.05 |
| HSL | 329.71º | 0.79% | 0.74% | - |
| HSV(B) | 329.71º | 0.43% | 0.95% | - |
| XYZ | 54.66 | 40.6 | 53.67 | - |
| YUV | 174.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 190 | 0 | 0.43 | 0.21 | 0.05 | 329.71 | 0.79 | 0.74 |
| Hex | F1 | 8A | BE | 0 | 2B | 15 | 5 | 14A | 4F | 4A |
| Octal | 361 | 212 | 276 | 0 | 53 | 25 | 5 | 512 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10111110 | 0 | 101011 | 10101 | 101 | 101001010 | 1001111 | 1001010 |
Color Harmonies of #F18ABE
Complementary color
Monochromatic Colors of #F18ABE
Black with #F18ABE
Text Example
Text Example
White with #F18ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18ABE; }
p { color: rgb(241,138,190); }
H1.HeaderClassName
{
color: #F18ABE;
}
.AnyTagClassName
{
color: #F18ABE;
}
</style>
background-color css
<style>
a { background-color: #F18ABE; }
a { background-color: rgb(241,138,190); }
div.DivClassName
{
background-color: #F18ABE;
}
.BgClassName
{
background-color: #F18ABE;
}
</style>
border-color css
<style>
span { border-color: #F18ABE; }
span { border-color: rgb(241,138,190); }
td.TdClassName
{
border-color: #F18ABE;
}
.TagClassName
{
border-color: #F18ABE;
}
</style>