Shades of Tea Rose #F892C6
Tints of Tea Rose #F892C6
RGB
CMYK
RGB Variations
Color information
#F892C6 (or 0xF892C6) is known color: Tea Rose. HEX triplet: F8, 92 and C6. RGB value is (248,146,198). Sum of RGB (Red+Green+Blue) = 248+146+198=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F892C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892C6 is #076D39. Grayscale: #B6B6B6. Windows color (decimal): -486714 or 13013752. OLE color: 13013752.
HSL color Cylindrical-coordinate representation of color #F892C6: hue angle of 329.41º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F892C6 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 198 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.03 |
| HSL | 329.41º | 0.88% | 0.77% | - |
| HSV(B) | 329.41º | 0.41% | 0.97% | - |
| XYZ | 59.18 | 44.59 | 58.91 | - |
| YUV | 182.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 198 | 0 | 0.41 | 0.20 | 0.03 | 329.41 | 0.88 | 0.77 |
| Hex | F8 | 92 | C6 | 0 | 29 | 14 | 3 | 149 | 58 | 4D |
| Octal | 370 | 222 | 306 | 0 | 51 | 24 | 3 | 511 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11000110 | 0 | 101001 | 10100 | 11 | 101001001 | 1011000 | 1001101 |
Color Harmonies of #F892C6
Complementary color
Monochromatic Colors of #F892C6
Black with #F892C6
Text Example
Text Example
White with #F892C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892C6; }
p { color: rgb(248,146,198); }
H1.HeaderClassName
{
color: #F892C6;
}
.AnyTagClassName
{
color: #F892C6;
}
</style>
background-color css
<style>
a { background-color: #F892C6; }
a { background-color: rgb(248,146,198); }
div.DivClassName
{
background-color: #F892C6;
}
.BgClassName
{
background-color: #F892C6;
}
</style>
border-color css
<style>
span { border-color: #F892C6; }
span { border-color: rgb(248,146,198); }
td.TdClassName
{
border-color: #F892C6;
}
.TagClassName
{
border-color: #F892C6;
}
</style>