Shades of Tea Rose #F18FCF
Tints of Tea Rose #F18FCF
RGB
CMYK
RGB Variations
Color information
#F18FCF (or 0xF18FCF) is known color: Tea Rose. HEX triplet: F1, 8F and CF. RGB value is (241,143,207). Sum of RGB (Red+Green+Blue) = 241+143+207=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FCF is #0E7030. Grayscale: #B3B3B3. Windows color (decimal): -946225 or 13602801. OLE color: 13602801.
HSL color Cylindrical-coordinate representation of color #F18FCF: hue angle of 320.82º 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 #F18FCF is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 207 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.05 |
| HSL | 320.82º | 0.78% | 0.75% | - |
| HSV(B) | 320.82º | 0.41% | 0.95% | - |
| XYZ | 57.36 | 42.85 | 64.28 | - |
| YUV | 179.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 207 | 0 | 0.41 | 0.14 | 0.05 | 320.82 | 0.78 | 0.75 |
| Hex | F1 | 8F | CF | 0 | 29 | E | 5 | 141 | 4E | 4B |
| Octal | 361 | 217 | 317 | 0 | 51 | 16 | 5 | 501 | 116 | 113 |
| Binary | 11110001 | 10001111 | 11001111 | 0 | 101001 | 1110 | 101 | 101000001 | 1001110 | 1001011 |
Color Harmonies of #F18FCF
Complementary color
Monochromatic Colors of #F18FCF
Black with #F18FCF
Text Example
Text Example
White with #F18FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FCF; }
p { color: rgb(241,143,207); }
H1.HeaderClassName
{
color: #F18FCF;
}
.AnyTagClassName
{
color: #F18FCF;
}
</style>
background-color css
<style>
a { background-color: #F18FCF; }
a { background-color: rgb(241,143,207); }
div.DivClassName
{
background-color: #F18FCF;
}
.BgClassName
{
background-color: #F18FCF;
}
</style>
border-color css
<style>
span { border-color: #F18FCF; }
span { border-color: rgb(241,143,207); }
td.TdClassName
{
border-color: #F18FCF;
}
.TagClassName
{
border-color: #F18FCF;
}
</style>