Shades of Tea Rose #F492C7
Tints of Tea Rose #F492C7
RGB
CMYK
RGB Variations
Color information
#F492C7 (or 0xF492C7) is known color: Tea Rose. HEX triplet: F4, 92 and C7. RGB value is (244,146,199). Sum of RGB (Red+Green+Blue) = 244+146+199=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F492C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492C7 is #0B6D38. Grayscale: #B5B5B5. Windows color (decimal): -748857 or 13079284. OLE color: 13079284.
HSL color Cylindrical-coordinate representation of color #F492C7: hue angle of 327.55º 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 #F492C7 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 199 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.04 |
| HSL | 327.55º | 0.82% | 0.76% | - |
| HSV(B) | 327.55º | 0.4% | 0.96% | - |
| XYZ | 57.9 | 43.91 | 59.46 | - |
| YUV | 181.34 | 137.97 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 199 | 0 | 0.40 | 0.18 | 0.04 | 327.55 | 0.82 | 0.76 |
| Hex | F4 | 92 | C7 | 0 | 28 | 12 | 4 | 148 | 52 | 4C |
| Octal | 364 | 222 | 307 | 0 | 50 | 22 | 4 | 510 | 122 | 114 |
| Binary | 11110100 | 10010010 | 11000111 | 0 | 101000 | 10010 | 100 | 101001000 | 1010010 | 1001100 |
Color Harmonies of #F492C7
Complementary color
Monochromatic Colors of #F492C7
Black with #F492C7
Text Example
Text Example
White with #F492C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492C7; }
p { color: rgb(244,146,199); }
H1.HeaderClassName
{
color: #F492C7;
}
.AnyTagClassName
{
color: #F492C7;
}
</style>
background-color css
<style>
a { background-color: #F492C7; }
a { background-color: rgb(244,146,199); }
div.DivClassName
{
background-color: #F492C7;
}
.BgClassName
{
background-color: #F492C7;
}
</style>
border-color css
<style>
span { border-color: #F492C7; }
span { border-color: rgb(244,146,199); }
td.TdClassName
{
border-color: #F492C7;
}
.TagClassName
{
border-color: #F492C7;
}
</style>