Shades of Tea Rose #F492CC
Tints of Tea Rose #F492CC
RGB
CMYK
RGB Variations
Color information
#F492CC (or 0xF492CC) is known color: Tea Rose. HEX triplet: F4, 92 and CC. RGB value is (244,146,204). Sum of RGB (Red+Green+Blue) = 244+146+204=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F492CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492CC is #0B6D33. Grayscale: #B5B5B5. Windows color (decimal): -748852 or 13406964. OLE color: 13406964.
HSL color Cylindrical-coordinate representation of color #F492CC: hue angle of 324.49º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F492CC is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 204 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.04 |
| HSL | 324.49º | 0.82% | 0.76% | - |
| HSV(B) | 324.49º | 0.4% | 0.96% | - |
| XYZ | 58.49 | 44.15 | 62.57 | - |
| YUV | 181.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 204 | 0 | 0.40 | 0.16 | 0.04 | 324.49 | 0.82 | 0.76 |
| Hex | F4 | 92 | CC | 0 | 28 | 10 | 4 | 144 | 52 | 4C |
| Octal | 364 | 222 | 314 | 0 | 50 | 20 | 4 | 504 | 122 | 114 |
| Binary | 11110100 | 10010010 | 11001100 | 0 | 101000 | 10000 | 100 | 101000100 | 1010010 | 1001100 |
Color Harmonies of #F492CC
Complementary color
Monochromatic Colors of #F492CC
Black with #F492CC
Text Example
Text Example
White with #F492CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492CC; }
p { color: rgb(244,146,204); }
H1.HeaderClassName
{
color: #F492CC;
}
.AnyTagClassName
{
color: #F492CC;
}
</style>
background-color css
<style>
a { background-color: #F492CC; }
a { background-color: rgb(244,146,204); }
div.DivClassName
{
background-color: #F492CC;
}
.BgClassName
{
background-color: #F492CC;
}
</style>
border-color css
<style>
span { border-color: #F492CC; }
span { border-color: rgb(244,146,204); }
td.TdClassName
{
border-color: #F492CC;
}
.TagClassName
{
border-color: #F492CC;
}
</style>