Shades of Tea Rose #F18FD2
Tints of Tea Rose #F18FD2
RGB
CMYK
RGB Variations
Color information
#F18FD2 (or 0xF18FD2) is known color: Tea Rose. HEX triplet: F1, 8F and D2. RGB value is (241,143,210). Sum of RGB (Red+Green+Blue) = 241+143+210=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FD2 is #0E702D. Grayscale: #B3B3B3. Windows color (decimal): -946222 or 13799409. OLE color: 13799409.
HSL color Cylindrical-coordinate representation of color #F18FD2: hue angle of 318.98º 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 #F18FD2 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 210 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.05 |
| HSL | 318.98º | 0.78% | 0.75% | - |
| HSV(B) | 318.98º | 0.41% | 0.95% | - |
| XYZ | 57.73 | 43 | 66.23 | - |
| YUV | 179.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 210 | 0 | 0.41 | 0.13 | 0.05 | 318.98 | 0.78 | 0.75 |
| Hex | F1 | 8F | D2 | 0 | 29 | D | 5 | 13F | 4E | 4B |
| Octal | 361 | 217 | 322 | 0 | 51 | 15 | 5 | 477 | 116 | 113 |
| Binary | 11110001 | 10001111 | 11010010 | 0 | 101001 | 1101 | 101 | 100111111 | 1001110 | 1001011 |
Color Harmonies of #F18FD2
Complementary color
Monochromatic Colors of #F18FD2
Black with #F18FD2
Text Example
Text Example
White with #F18FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FD2; }
p { color: rgb(241,143,210); }
H1.HeaderClassName
{
color: #F18FD2;
}
.AnyTagClassName
{
color: #F18FD2;
}
</style>
background-color css
<style>
a { background-color: #F18FD2; }
a { background-color: rgb(241,143,210); }
div.DivClassName
{
background-color: #F18FD2;
}
.BgClassName
{
background-color: #F18FD2;
}
</style>
border-color css
<style>
span { border-color: #F18FD2; }
span { border-color: rgb(241,143,210); }
td.TdClassName
{
border-color: #F18FD2;
}
.TagClassName
{
border-color: #F18FD2;
}
</style>