Shades of Tea Rose #F892CF
Tints of Tea Rose #F892CF
RGB
CMYK
RGB Variations
Color information
#F892CF (or 0xF892CF) is known color: Tea Rose. HEX triplet: F8, 92 and CF. RGB value is (248,146,207). Sum of RGB (Red+Green+Blue) = 248+146+207=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F892CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892CF is #076D30. Grayscale: #B7B7B7. Windows color (decimal): -486705 or 13603576. OLE color: 13603576.
HSL color Cylindrical-coordinate representation of color #F892CF: hue angle of 324.12º 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 #F892CF is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 207 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.03 |
| HSL | 324.12º | 0.88% | 0.77% | - |
| HSV(B) | 324.12º | 0.41% | 0.97% | - |
| XYZ | 60.25 | 45.02 | 64.55 | - |
| YUV | 183.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 207 | 0 | 0.41 | 0.17 | 0.03 | 324.12 | 0.88 | 0.77 |
| Hex | F8 | 92 | CF | 0 | 29 | 11 | 3 | 144 | 58 | 4D |
| Octal | 370 | 222 | 317 | 0 | 51 | 21 | 3 | 504 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11001111 | 0 | 101001 | 10001 | 11 | 101000100 | 1011000 | 1001101 |
Color Harmonies of #F892CF
Complementary color
Monochromatic Colors of #F892CF
Black with #F892CF
Text Example
Text Example
White with #F892CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892CF; }
p { color: rgb(248,146,207); }
H1.HeaderClassName
{
color: #F892CF;
}
.AnyTagClassName
{
color: #F892CF;
}
</style>
background-color css
<style>
a { background-color: #F892CF; }
a { background-color: rgb(248,146,207); }
div.DivClassName
{
background-color: #F892CF;
}
.BgClassName
{
background-color: #F892CF;
}
</style>
border-color css
<style>
span { border-color: #F892CF; }
span { border-color: rgb(248,146,207); }
td.TdClassName
{
border-color: #F892CF;
}
.TagClassName
{
border-color: #F892CF;
}
</style>