Shades of Tea Rose #F486CF
Tints of Tea Rose #F486CF
RGB
CMYK
RGB Variations
Color information
#F486CF (or 0xF486CF) is known color: Tea Rose. HEX triplet: F4, 86 and CF. RGB value is (244,134,207). Sum of RGB (Red+Green+Blue) = 244+134+207=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F486CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486CF is #0B7930. Grayscale: #AFAFAF. Windows color (decimal): -751921 or 13600500. OLE color: 13600500.
HSL color Cylindrical-coordinate representation of color #F486CF: hue angle of 320.18º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F486CF is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 207 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.04 |
| HSL | 320.18º | 0.83% | 0.74% | - |
| HSV(B) | 320.18º | 0.45% | 0.96% | - |
| XYZ | 57.1 | 40.79 | 63.9 | - |
| YUV | 175.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 207 | 0 | 0.45 | 0.15 | 0.04 | 320.18 | 0.83 | 0.74 |
| Hex | F4 | 86 | CF | 0 | 2D | F | 4 | 140 | 53 | 4A |
| Octal | 364 | 206 | 317 | 0 | 55 | 17 | 4 | 500 | 123 | 112 |
| Binary | 11110100 | 10000110 | 11001111 | 0 | 101101 | 1111 | 100 | 101000000 | 1010011 | 1001010 |
Color Harmonies of #F486CF
Complementary color
Monochromatic Colors of #F486CF
Black with #F486CF
Text Example
Text Example
White with #F486CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F486CF; }
p { color: rgb(244,134,207); }
H1.HeaderClassName
{
color: #F486CF;
}
.AnyTagClassName
{
color: #F486CF;
}
</style>
background-color css
<style>
a { background-color: #F486CF; }
a { background-color: rgb(244,134,207); }
div.DivClassName
{
background-color: #F486CF;
}
.BgClassName
{
background-color: #F486CF;
}
</style>
border-color css
<style>
span { border-color: #F486CF; }
span { border-color: rgb(244,134,207); }
td.TdClassName
{
border-color: #F486CF;
}
.TagClassName
{
border-color: #F486CF;
}
</style>