Shades of Tea Rose #F485CC
Tints of Tea Rose #F485CC
RGB
CMYK
RGB Variations
Color information
#F485CC (or 0xF485CC) is known color: Tea Rose. HEX triplet: F4, 85 and CC. RGB value is (244,133,204). Sum of RGB (Red+Green+Blue) = 244+133+204=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F485CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485CC is #0B7A33. Grayscale: #AEAEAE. Windows color (decimal): -752180 or 13403636. OLE color: 13403636.
HSL color Cylindrical-coordinate representation of color #F485CC: hue angle of 321.62º 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 #F485CC is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 204 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.04 |
| HSL | 321.62º | 0.83% | 0.74% | - |
| HSV(B) | 321.62º | 0.45% | 0.96% | - |
| XYZ | 56.59 | 40.37 | 61.94 | - |
| YUV | 174.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 204 | 0 | 0.45 | 0.16 | 0.04 | 321.62 | 0.83 | 0.74 |
| Hex | F4 | 85 | CC | 0 | 2D | 10 | 4 | 142 | 53 | 4A |
| Octal | 364 | 205 | 314 | 0 | 55 | 20 | 4 | 502 | 123 | 112 |
| Binary | 11110100 | 10000101 | 11001100 | 0 | 101101 | 10000 | 100 | 101000010 | 1010011 | 1001010 |
Color Harmonies of #F485CC
Complementary color
Monochromatic Colors of #F485CC
Black with #F485CC
Text Example
Text Example
White with #F485CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F485CC; }
p { color: rgb(244,133,204); }
H1.HeaderClassName
{
color: #F485CC;
}
.AnyTagClassName
{
color: #F485CC;
}
</style>
background-color css
<style>
a { background-color: #F485CC; }
a { background-color: rgb(244,133,204); }
div.DivClassName
{
background-color: #F485CC;
}
.BgClassName
{
background-color: #F485CC;
}
</style>
border-color css
<style>
span { border-color: #F485CC; }
span { border-color: rgb(244,133,204); }
td.TdClassName
{
border-color: #F485CC;
}
.TagClassName
{
border-color: #F485CC;
}
</style>