Shades of Tea Rose #F485C4
Tints of Tea Rose #F485C4
RGB
CMYK
RGB Variations
Color information
#F485C4 (or 0xF485C4) is known color: Tea Rose. HEX triplet: F4, 85 and C4. RGB value is (244,133,196). Sum of RGB (Red+Green+Blue) = 244+133+196=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F485C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485C4 is #0B7A3B. Grayscale: #ADADAD. Windows color (decimal): -752188 or 12879348. OLE color: 12879348.
HSL color Cylindrical-coordinate representation of color #F485C4: hue angle of 325.95º 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 #F485C4 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 196 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.04 |
| HSL | 325.95º | 0.83% | 0.74% | - |
| HSV(B) | 325.95º | 0.45% | 0.96% | - |
| XYZ | 55.66 | 39.99 | 57.01 | - |
| YUV | 173.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 196 | 0 | 0.45 | 0.20 | 0.04 | 325.95 | 0.83 | 0.74 |
| Hex | F4 | 85 | C4 | 0 | 2D | 14 | 4 | 146 | 53 | 4A |
| Octal | 364 | 205 | 304 | 0 | 55 | 24 | 4 | 506 | 123 | 112 |
| Binary | 11110100 | 10000101 | 11000100 | 0 | 101101 | 10100 | 100 | 101000110 | 1010011 | 1001010 |
Color Harmonies of #F485C4
Complementary color
Monochromatic Colors of #F485C4
Black with #F485C4
Text Example
Text Example
White with #F485C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F485C4; }
p { color: rgb(244,133,196); }
H1.HeaderClassName
{
color: #F485C4;
}
.AnyTagClassName
{
color: #F485C4;
}
</style>
background-color css
<style>
a { background-color: #F485C4; }
a { background-color: rgb(244,133,196); }
div.DivClassName
{
background-color: #F485C4;
}
.BgClassName
{
background-color: #F485C4;
}
</style>
border-color css
<style>
span { border-color: #F485C4; }
span { border-color: rgb(244,133,196); }
td.TdClassName
{
border-color: #F485C4;
}
.TagClassName
{
border-color: #F485C4;
}
</style>