Shades of Tea Rose #F485CA
Tints of Tea Rose #F485CA
RGB
CMYK
RGB Variations
Color information
#F485CA (or 0xF485CA) is known color: Tea Rose. HEX triplet: F4, 85 and CA. RGB value is (244,133,202). Sum of RGB (Red+Green+Blue) = 244+133+202=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F485CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485CA is #0B7A35. Grayscale: #ADADAD. Windows color (decimal): -752182 or 13272564. OLE color: 13272564.
HSL color Cylindrical-coordinate representation of color #F485CA: hue angle of 322.7º 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 #F485CA is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 202 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.04 |
| HSL | 322.7º | 0.83% | 0.74% | - |
| HSV(B) | 322.7º | 0.45% | 0.96% | - |
| XYZ | 56.36 | 40.27 | 60.68 | - |
| YUV | 174.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 202 | 0 | 0.45 | 0.17 | 0.04 | 322.7 | 0.83 | 0.74 |
| Hex | F4 | 85 | CA | 0 | 2D | 11 | 4 | 143 | 53 | 4A |
| Octal | 364 | 205 | 312 | 0 | 55 | 21 | 4 | 503 | 123 | 112 |
| Binary | 11110100 | 10000101 | 11001010 | 0 | 101101 | 10001 | 100 | 101000011 | 1010011 | 1001010 |
Color Harmonies of #F485CA
Complementary color
Monochromatic Colors of #F485CA
Black with #F485CA
Text Example
Text Example
White with #F485CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F485CA; }
p { color: rgb(244,133,202); }
H1.HeaderClassName
{
color: #F485CA;
}
.AnyTagClassName
{
color: #F485CA;
}
</style>
background-color css
<style>
a { background-color: #F485CA; }
a { background-color: rgb(244,133,202); }
div.DivClassName
{
background-color: #F485CA;
}
.BgClassName
{
background-color: #F485CA;
}
</style>
border-color css
<style>
span { border-color: #F485CA; }
span { border-color: rgb(244,133,202); }
td.TdClassName
{
border-color: #F485CA;
}
.TagClassName
{
border-color: #F485CA;
}
</style>