Shades of Tea Rose #F486D0
Tints of Tea Rose #F486D0
RGB
CMYK
RGB Variations
Color information
#F486D0 (or 0xF486D0) is known color: Tea Rose. HEX triplet: F4, 86 and D0. RGB value is (244,134,208). Sum of RGB (Red+Green+Blue) = 244+134+208=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F486D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486D0 is #0B792F. Grayscale: #AFAFAF. Windows color (decimal): -751920 or 13666036. OLE color: 13666036.
HSL color Cylindrical-coordinate representation of color #F486D0: hue angle of 319.64º 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 #F486D0 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 208 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.04 |
| HSL | 319.64º | 0.83% | 0.74% | - |
| HSV(B) | 319.64º | 0.45% | 0.96% | - |
| XYZ | 57.22 | 40.84 | 64.54 | - |
| YUV | 175.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 208 | 0 | 0.45 | 0.15 | 0.04 | 319.64 | 0.83 | 0.74 |
| Hex | F4 | 86 | D0 | 0 | 2D | F | 4 | 140 | 53 | 4A |
| Octal | 364 | 206 | 320 | 0 | 55 | 17 | 4 | 500 | 123 | 112 |
| Binary | 11110100 | 10000110 | 11010000 | 0 | 101101 | 1111 | 100 | 101000000 | 1010011 | 1001010 |
Color Harmonies of #F486D0
Complementary color
Monochromatic Colors of #F486D0
Black with #F486D0
Text Example
Text Example
White with #F486D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F486D0; }
p { color: rgb(244,134,208); }
H1.HeaderClassName
{
color: #F486D0;
}
.AnyTagClassName
{
color: #F486D0;
}
</style>
background-color css
<style>
a { background-color: #F486D0; }
a { background-color: rgb(244,134,208); }
div.DivClassName
{
background-color: #F486D0;
}
.BgClassName
{
background-color: #F486D0;
}
</style>
border-color css
<style>
span { border-color: #F486D0; }
span { border-color: rgb(244,134,208); }
td.TdClassName
{
border-color: #F486D0;
}
.TagClassName
{
border-color: #F486D0;
}
</style>