Shades of Tea Rose #F892C7
Tints of Tea Rose #F892C7
RGB
CMYK
RGB Variations
Color information
#F892C7 (or 0xF892C7) is known color: Tea Rose. HEX triplet: F8, 92 and C7. RGB value is (248,146,199). Sum of RGB (Red+Green+Blue) = 248+146+199=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F892C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892C7 is #076D38. Grayscale: #B6B6B6. Windows color (decimal): -486713 or 13079288. OLE color: 13079288.
HSL color Cylindrical-coordinate representation of color #F892C7: hue angle of 328.82º 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 #F892C7 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 199 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.03 |
| HSL | 328.82º | 0.88% | 0.77% | - |
| HSV(B) | 328.82º | 0.41% | 0.97% | - |
| XYZ | 59.3 | 44.64 | 59.52 | - |
| YUV | 182.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 199 | 0 | 0.41 | 0.20 | 0.03 | 328.82 | 0.88 | 0.77 |
| Hex | F8 | 92 | C7 | 0 | 29 | 14 | 3 | 149 | 58 | 4D |
| Octal | 370 | 222 | 307 | 0 | 51 | 24 | 3 | 511 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11000111 | 0 | 101001 | 10100 | 11 | 101001001 | 1011000 | 1001101 |
Color Harmonies of #F892C7
Complementary color
Monochromatic Colors of #F892C7
Black with #F892C7
Text Example
Text Example
White with #F892C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892C7; }
p { color: rgb(248,146,199); }
H1.HeaderClassName
{
color: #F892C7;
}
.AnyTagClassName
{
color: #F892C7;
}
</style>
background-color css
<style>
a { background-color: #F892C7; }
a { background-color: rgb(248,146,199); }
div.DivClassName
{
background-color: #F892C7;
}
.BgClassName
{
background-color: #F892C7;
}
</style>
border-color css
<style>
span { border-color: #F892C7; }
span { border-color: rgb(248,146,199); }
td.TdClassName
{
border-color: #F892C7;
}
.TagClassName
{
border-color: #F892C7;
}
</style>