Shades of Tea Rose #F18BC4
Tints of Tea Rose #F18BC4
RGB
CMYK
RGB Variations
Color information
#F18BC4 (or 0xF18BC4) is known color: Tea Rose. HEX triplet: F1, 8B and C4. RGB value is (241,139,196). Sum of RGB (Red+Green+Blue) = 241+139+196=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BC4 is #0E743B. Grayscale: #AFAFAF. Windows color (decimal): -947260 or 12880881. OLE color: 12880881.
HSL color Cylindrical-coordinate representation of color #F18BC4: hue angle of 326.47º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18BC4 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 196 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.05 |
| HSL | 326.47º | 0.78% | 0.75% | - |
| HSV(B) | 326.47º | 0.42% | 0.95% | - |
| XYZ | 55.47 | 41.15 | 57.24 | - |
| YUV | 176 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 196 | 0 | 0.42 | 0.19 | 0.05 | 326.47 | 0.78 | 0.75 |
| Hex | F1 | 8B | C4 | 0 | 2A | 13 | 5 | 146 | 4E | 4B |
| Octal | 361 | 213 | 304 | 0 | 52 | 23 | 5 | 506 | 116 | 113 |
| Binary | 11110001 | 10001011 | 11000100 | 0 | 101010 | 10011 | 101 | 101000110 | 1001110 | 1001011 |
Color Harmonies of #F18BC4
Complementary color
Monochromatic Colors of #F18BC4
Black with #F18BC4
Text Example
Text Example
White with #F18BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BC4; }
p { color: rgb(241,139,196); }
H1.HeaderClassName
{
color: #F18BC4;
}
.AnyTagClassName
{
color: #F18BC4;
}
</style>
background-color css
<style>
a { background-color: #F18BC4; }
a { background-color: rgb(241,139,196); }
div.DivClassName
{
background-color: #F18BC4;
}
.BgClassName
{
background-color: #F18BC4;
}
</style>
border-color css
<style>
span { border-color: #F18BC4; }
span { border-color: rgb(241,139,196); }
td.TdClassName
{
border-color: #F18BC4;
}
.TagClassName
{
border-color: #F18BC4;
}
</style>