Shades of Tea Rose #F485CE
Tints of Tea Rose #F485CE
RGB
CMYK
RGB Variations
Color information
#F485CE (or 0xF485CE) is known color: Tea Rose. HEX triplet: F4, 85 and CE. RGB value is (244,133,206). Sum of RGB (Red+Green+Blue) = 244+133+206=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F485CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485CE is #0B7A31. Grayscale: #AEAEAE. Windows color (decimal): -752178 or 13534708. OLE color: 13534708.
HSL color Cylindrical-coordinate representation of color #F485CE: hue angle of 320.54º 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 #F485CE is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 206 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.04 |
| HSL | 320.54º | 0.83% | 0.74% | - |
| HSV(B) | 320.54º | 0.45% | 0.96% | - |
| XYZ | 56.84 | 40.46 | 63.21 | - |
| YUV | 174.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 206 | 0 | 0.45 | 0.16 | 0.04 | 320.54 | 0.83 | 0.74 |
| Hex | F4 | 85 | CE | 0 | 2D | 10 | 4 | 141 | 53 | 4A |
| Octal | 364 | 205 | 316 | 0 | 55 | 20 | 4 | 501 | 123 | 112 |
| Binary | 11110100 | 10000101 | 11001110 | 0 | 101101 | 10000 | 100 | 101000001 | 1010011 | 1001010 |
Color Harmonies of #F485CE
Complementary color
Monochromatic Colors of #F485CE
Black with #F485CE
Text Example
Text Example
White with #F485CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F485CE; }
p { color: rgb(244,133,206); }
H1.HeaderClassName
{
color: #F485CE;
}
.AnyTagClassName
{
color: #F485CE;
}
</style>
background-color css
<style>
a { background-color: #F485CE; }
a { background-color: rgb(244,133,206); }
div.DivClassName
{
background-color: #F485CE;
}
.BgClassName
{
background-color: #F485CE;
}
</style>
border-color css
<style>
span { border-color: #F485CE; }
span { border-color: rgb(244,133,206); }
td.TdClassName
{
border-color: #F485CE;
}
.TagClassName
{
border-color: #F485CE;
}
</style>