Shades of Tea Rose #F18FD1
Tints of Tea Rose #F18FD1
RGB
CMYK
RGB Variations
Color information
#F18FD1 (or 0xF18FD1) is known color: Tea Rose. HEX triplet: F1, 8F and D1. RGB value is (241,143,209). Sum of RGB (Red+Green+Blue) = 241+143+209=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FD1 is #0E702E. Grayscale: #B3B3B3. Windows color (decimal): -946223 or 13733873. OLE color: 13733873.
HSL color Cylindrical-coordinate representation of color #F18FD1: hue angle of 319.59º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18FD1 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 209 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.05 |
| HSL | 319.59º | 0.78% | 0.75% | - |
| HSV(B) | 319.59º | 0.41% | 0.95% | - |
| XYZ | 57.61 | 42.95 | 65.58 | - |
| YUV | 179.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 209 | 0 | 0.41 | 0.13 | 0.05 | 319.59 | 0.78 | 0.75 |
| Hex | F1 | 8F | D1 | 0 | 29 | D | 5 | 140 | 4E | 4B |
| Octal | 361 | 217 | 321 | 0 | 51 | 15 | 5 | 500 | 116 | 113 |
| Binary | 11110001 | 10001111 | 11010001 | 0 | 101001 | 1101 | 101 | 101000000 | 1001110 | 1001011 |
Color Harmonies of #F18FD1
Complementary color
Monochromatic Colors of #F18FD1
Black with #F18FD1
Text Example
Text Example
White with #F18FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FD1; }
p { color: rgb(241,143,209); }
H1.HeaderClassName
{
color: #F18FD1;
}
.AnyTagClassName
{
color: #F18FD1;
}
</style>
background-color css
<style>
a { background-color: #F18FD1; }
a { background-color: rgb(241,143,209); }
div.DivClassName
{
background-color: #F18FD1;
}
.BgClassName
{
background-color: #F18FD1;
}
</style>
border-color css
<style>
span { border-color: #F18FD1; }
span { border-color: rgb(241,143,209); }
td.TdClassName
{
border-color: #F18FD1;
}
.TagClassName
{
border-color: #F18FD1;
}
</style>