Shades of Tea Rose #F18FCD
Tints of Tea Rose #F18FCD
RGB
CMYK
RGB Variations
Color information
#F18FCD (or 0xF18FCD) is known color: Tea Rose. HEX triplet: F1, 8F and CD. RGB value is (241,143,205). Sum of RGB (Red+Green+Blue) = 241+143+205=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FCD is #0E7032. Grayscale: #B3B3B3. Windows color (decimal): -946227 or 13471729. OLE color: 13471729.
HSL color Cylindrical-coordinate representation of color #F18FCD: hue angle of 322.04º 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 #F18FCD is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 205 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.05 |
| HSL | 322.04º | 0.78% | 0.75% | - |
| HSV(B) | 322.04º | 0.41% | 0.95% | - |
| XYZ | 57.12 | 42.75 | 63 | - |
| YUV | 179.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 205 | 0 | 0.41 | 0.15 | 0.05 | 322.04 | 0.78 | 0.75 |
| Hex | F1 | 8F | CD | 0 | 29 | F | 5 | 142 | 4E | 4B |
| Octal | 361 | 217 | 315 | 0 | 51 | 17 | 5 | 502 | 116 | 113 |
| Binary | 11110001 | 10001111 | 11001101 | 0 | 101001 | 1111 | 101 | 101000010 | 1001110 | 1001011 |
Color Harmonies of #F18FCD
Complementary color
Monochromatic Colors of #F18FCD
Black with #F18FCD
Text Example
Text Example
White with #F18FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FCD; }
p { color: rgb(241,143,205); }
H1.HeaderClassName
{
color: #F18FCD;
}
.AnyTagClassName
{
color: #F18FCD;
}
</style>
background-color css
<style>
a { background-color: #F18FCD; }
a { background-color: rgb(241,143,205); }
div.DivClassName
{
background-color: #F18FCD;
}
.BgClassName
{
background-color: #F18FCD;
}
</style>
border-color css
<style>
span { border-color: #F18FCD; }
span { border-color: rgb(241,143,205); }
td.TdClassName
{
border-color: #F18FCD;
}
.TagClassName
{
border-color: #F18FCD;
}
</style>