Shades of Tea Rose #F18CCF
Tints of Tea Rose #F18CCF
RGB
CMYK
RGB Variations
Color information
#F18CCF (or 0xF18CCF) is known color: Tea Rose. HEX triplet: F1, 8C and CF. RGB value is (241,140,207). Sum of RGB (Red+Green+Blue) = 241+140+207=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CCF is #0E7330. Grayscale: #B1B1B1. Windows color (decimal): -946993 or 13602033. OLE color: 13602033.
HSL color Cylindrical-coordinate representation of color #F18CCF: hue angle of 320.2º 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 #F18CCF is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 207 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.05 |
| HSL | 320.2º | 0.78% | 0.75% | - |
| HSV(B) | 320.2º | 0.42% | 0.95% | - |
| XYZ | 56.92 | 41.96 | 64.13 | - |
| YUV | 177.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 207 | 0 | 0.42 | 0.14 | 0.05 | 320.2 | 0.78 | 0.75 |
| Hex | F1 | 8C | CF | 0 | 2A | E | 5 | 140 | 4E | 4B |
| Octal | 361 | 214 | 317 | 0 | 52 | 16 | 5 | 500 | 116 | 113 |
| Binary | 11110001 | 10001100 | 11001111 | 0 | 101010 | 1110 | 101 | 101000000 | 1001110 | 1001011 |
Color Harmonies of #F18CCF
Complementary color
Monochromatic Colors of #F18CCF
Black with #F18CCF
Text Example
Text Example
White with #F18CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18CCF; }
p { color: rgb(241,140,207); }
H1.HeaderClassName
{
color: #F18CCF;
}
.AnyTagClassName
{
color: #F18CCF;
}
</style>
background-color css
<style>
a { background-color: #F18CCF; }
a { background-color: rgb(241,140,207); }
div.DivClassName
{
background-color: #F18CCF;
}
.BgClassName
{
background-color: #F18CCF;
}
</style>
border-color css
<style>
span { border-color: #F18CCF; }
span { border-color: rgb(241,140,207); }
td.TdClassName
{
border-color: #F18CCF;
}
.TagClassName
{
border-color: #F18CCF;
}
</style>