Shades of Tea Rose #F18CC1
Tints of Tea Rose #F18CC1
RGB
CMYK
RGB Variations
Color information
#F18CC1 (or 0xF18CC1) is known color: Tea Rose. HEX triplet: F1, 8C and C1. RGB value is (241,140,193). Sum of RGB (Red+Green+Blue) = 241+140+193=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CC1 is #0E733E. Grayscale: #B0B0B0. Windows color (decimal): -947007 or 12684529. OLE color: 12684529.
HSL color Cylindrical-coordinate representation of color #F18CC1: hue angle of 328.51º 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 #F18CC1 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 193 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.05 |
| HSL | 328.51º | 0.78% | 0.75% | - |
| HSV(B) | 328.51º | 0.42% | 0.95% | - |
| XYZ | 55.28 | 41.31 | 55.51 | - |
| YUV | 176.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 193 | 0 | 0.42 | 0.20 | 0.05 | 328.51 | 0.78 | 0.75 |
| Hex | F1 | 8C | C1 | 0 | 2A | 14 | 5 | 149 | 4E | 4B |
| Octal | 361 | 214 | 301 | 0 | 52 | 24 | 5 | 511 | 116 | 113 |
| Binary | 11110001 | 10001100 | 11000001 | 0 | 101010 | 10100 | 101 | 101001001 | 1001110 | 1001011 |
Color Harmonies of #F18CC1
Complementary color
Monochromatic Colors of #F18CC1
Black with #F18CC1
Text Example
Text Example
White with #F18CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18CC1; }
p { color: rgb(241,140,193); }
H1.HeaderClassName
{
color: #F18CC1;
}
.AnyTagClassName
{
color: #F18CC1;
}
</style>
background-color css
<style>
a { background-color: #F18CC1; }
a { background-color: rgb(241,140,193); }
div.DivClassName
{
background-color: #F18CC1;
}
.BgClassName
{
background-color: #F18CC1;
}
</style>
border-color css
<style>
span { border-color: #F18CC1; }
span { border-color: rgb(241,140,193); }
td.TdClassName
{
border-color: #F18CC1;
}
.TagClassName
{
border-color: #F18CC1;
}
</style>