Shades of Tea Rose #F186CF
Tints of Tea Rose #F186CF
RGB
CMYK
RGB Variations
Color information
#F186CF (or 0xF186CF) is known color: Tea Rose. HEX triplet: F1, 86 and CF. RGB value is (241,134,207). Sum of RGB (Red+Green+Blue) = 241+134+207=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F186CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186CF is #0E7930. Grayscale: #AEAEAE. Windows color (decimal): -948529 or 13600497. OLE color: 13600497.
HSL color Cylindrical-coordinate representation of color #F186CF: hue angle of 319.07º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F186CF is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 207 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.05 |
| HSL | 319.07º | 0.79% | 0.74% | - |
| HSV(B) | 319.07º | 0.44% | 0.95% | - |
| XYZ | 56.06 | 40.26 | 63.85 | - |
| YUV | 174.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 207 | 0 | 0.44 | 0.14 | 0.05 | 319.07 | 0.79 | 0.74 |
| Hex | F1 | 86 | CF | 0 | 2C | E | 5 | 13F | 4F | 4A |
| Octal | 361 | 206 | 317 | 0 | 54 | 16 | 5 | 477 | 117 | 112 |
| Binary | 11110001 | 10000110 | 11001111 | 0 | 101100 | 1110 | 101 | 100111111 | 1001111 | 1001010 |
Color Harmonies of #F186CF
Complementary color
Monochromatic Colors of #F186CF
Black with #F186CF
Text Example
Text Example
White with #F186CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F186CF; }
p { color: rgb(241,134,207); }
H1.HeaderClassName
{
color: #F186CF;
}
.AnyTagClassName
{
color: #F186CF;
}
</style>
background-color css
<style>
a { background-color: #F186CF; }
a { background-color: rgb(241,134,207); }
div.DivClassName
{
background-color: #F186CF;
}
.BgClassName
{
background-color: #F186CF;
}
</style>
border-color css
<style>
span { border-color: #F186CF; }
span { border-color: rgb(241,134,207); }
td.TdClassName
{
border-color: #F186CF;
}
.TagClassName
{
border-color: #F186CF;
}
</style>