Shades of Tea Rose #F491CC
Tints of Tea Rose #F491CC
RGB
CMYK
RGB Variations
Color information
#F491CC (or 0xF491CC) is known color: Tea Rose. HEX triplet: F4, 91 and CC. RGB value is (244,145,204). Sum of RGB (Red+Green+Blue) = 244+145+204=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F491CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491CC is #0B6E33. Grayscale: #B5B5B5. Windows color (decimal): -749108 or 13406708. OLE color: 13406708.
HSL color Cylindrical-coordinate representation of color #F491CC: hue angle of 324.24º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491CC is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 204 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.04 |
| HSL | 324.24º | 0.82% | 0.76% | - |
| HSV(B) | 324.24º | 0.41% | 0.96% | - |
| XYZ | 58.33 | 43.84 | 62.51 | - |
| YUV | 181.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 204 | 0 | 0.41 | 0.16 | 0.04 | 324.24 | 0.82 | 0.76 |
| Hex | F4 | 91 | CC | 0 | 29 | 10 | 4 | 144 | 52 | 4C |
| Octal | 364 | 221 | 314 | 0 | 51 | 20 | 4 | 504 | 122 | 114 |
| Binary | 11110100 | 10010001 | 11001100 | 0 | 101001 | 10000 | 100 | 101000100 | 1010010 | 1001100 |
Color Harmonies of #F491CC
Complementary color
Monochromatic Colors of #F491CC
Black with #F491CC
Text Example
Text Example
White with #F491CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491CC; }
p { color: rgb(244,145,204); }
H1.HeaderClassName
{
color: #F491CC;
}
.AnyTagClassName
{
color: #F491CC;
}
</style>
background-color css
<style>
a { background-color: #F491CC; }
a { background-color: rgb(244,145,204); }
div.DivClassName
{
background-color: #F491CC;
}
.BgClassName
{
background-color: #F491CC;
}
</style>
border-color css
<style>
span { border-color: #F491CC; }
span { border-color: rgb(244,145,204); }
td.TdClassName
{
border-color: #F491CC;
}
.TagClassName
{
border-color: #F491CC;
}
</style>