Shades of Tea Rose #F892CA
Tints of Tea Rose #F892CA
RGB
CMYK
RGB Variations
Color information
#F892CA (or 0xF892CA) is known color: Tea Rose. HEX triplet: F8, 92 and CA. RGB value is (248,146,202). Sum of RGB (Red+Green+Blue) = 248+146+202=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F892CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892CA is #076D35. Grayscale: #B6B6B6. Windows color (decimal): -486710 or 13275896. OLE color: 13275896.
HSL color Cylindrical-coordinate representation of color #F892CA: hue angle of 327.06º 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 #F892CA is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 202 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.03 |
| HSL | 327.06º | 0.88% | 0.77% | - |
| HSV(B) | 327.06º | 0.41% | 0.97% | - |
| XYZ | 59.65 | 44.78 | 61.38 | - |
| YUV | 182.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 202 | 0 | 0.41 | 0.19 | 0.03 | 327.06 | 0.88 | 0.77 |
| Hex | F8 | 92 | CA | 0 | 29 | 13 | 3 | 147 | 58 | 4D |
| Octal | 370 | 222 | 312 | 0 | 51 | 23 | 3 | 507 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11001010 | 0 | 101001 | 10011 | 11 | 101000111 | 1011000 | 1001101 |
Color Harmonies of #F892CA
Complementary color
Monochromatic Colors of #F892CA
Black with #F892CA
Text Example
Text Example
White with #F892CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892CA; }
p { color: rgb(248,146,202); }
H1.HeaderClassName
{
color: #F892CA;
}
.AnyTagClassName
{
color: #F892CA;
}
</style>
background-color css
<style>
a { background-color: #F892CA; }
a { background-color: rgb(248,146,202); }
div.DivClassName
{
background-color: #F892CA;
}
.BgClassName
{
background-color: #F892CA;
}
</style>
border-color css
<style>
span { border-color: #F892CA; }
span { border-color: rgb(248,146,202); }
td.TdClassName
{
border-color: #F892CA;
}
.TagClassName
{
border-color: #F892CA;
}
</style>