Shades of Tea Rose #F485BF
Tints of Tea Rose #F485BF
RGB
CMYK
RGB Variations
Color information
#F485BF (or 0xF485BF) is known color: Tea Rose. HEX triplet: F4, 85 and BF. RGB value is (244,133,191). Sum of RGB (Red+Green+Blue) = 244+133+191=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F485BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485BF is #0B7A40. Grayscale: #ACACAC. Windows color (decimal): -752193 or 12551668. OLE color: 12551668.
HSL color Cylindrical-coordinate representation of color #F485BF: hue angle of 328.65º 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 #F485BF is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 191 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.04 |
| HSL | 328.65º | 0.83% | 0.74% | - |
| HSV(B) | 328.65º | 0.45% | 0.96% | - |
| XYZ | 55.1 | 39.77 | 54.06 | - |
| YUV | 172.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 191 | 0 | 0.45 | 0.22 | 0.04 | 328.65 | 0.83 | 0.74 |
| Hex | F4 | 85 | BF | 0 | 2D | 16 | 4 | 149 | 53 | 4A |
| Octal | 364 | 205 | 277 | 0 | 55 | 26 | 4 | 511 | 123 | 112 |
| Binary | 11110100 | 10000101 | 10111111 | 0 | 101101 | 10110 | 100 | 101001001 | 1010011 | 1001010 |
Color Harmonies of #F485BF
Complementary color
Monochromatic Colors of #F485BF
Black with #F485BF
Text Example
Text Example
White with #F485BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F485BF; }
p { color: rgb(244,133,191); }
H1.HeaderClassName
{
color: #F485BF;
}
.AnyTagClassName
{
color: #F485BF;
}
</style>
background-color css
<style>
a { background-color: #F485BF; }
a { background-color: rgb(244,133,191); }
div.DivClassName
{
background-color: #F485BF;
}
.BgClassName
{
background-color: #F485BF;
}
</style>
border-color css
<style>
span { border-color: #F485BF; }
span { border-color: rgb(244,133,191); }
td.TdClassName
{
border-color: #F485BF;
}
.TagClassName
{
border-color: #F485BF;
}
</style>