Shades of Tea Rose #F894C7
Tints of Tea Rose #F894C7
RGB
CMYK
RGB Variations
Color information
#F894C7 (or 0xF894C7) is known color: Tea Rose. HEX triplet: F8, 94 and C7. RGB value is (248,148,199). Sum of RGB (Red+Green+Blue) = 248+148+199=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F894C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894C7 is #076B38. Grayscale: #B7B7B7. Windows color (decimal): -486201 or 13079800. OLE color: 13079800.
HSL color Cylindrical-coordinate representation of color #F894C7: hue angle of 329.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F894C7 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 199 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.03 |
| HSL | 329.4º | 0.88% | 0.78% | - |
| HSV(B) | 329.4º | 0.4% | 0.97% | - |
| XYZ | 59.61 | 45.26 | 59.63 | - |
| YUV | 183.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 199 | 0 | 0.40 | 0.20 | 0.03 | 329.4 | 0.88 | 0.78 |
| Hex | F8 | 94 | C7 | 0 | 28 | 14 | 3 | 149 | 58 | 4E |
| Octal | 370 | 224 | 307 | 0 | 50 | 24 | 3 | 511 | 130 | 116 |
| Binary | 11111000 | 10010100 | 11000111 | 0 | 101000 | 10100 | 11 | 101001001 | 1011000 | 1001110 |
Color Harmonies of #F894C7
Complementary color
Monochromatic Colors of #F894C7
Black with #F894C7
Text Example
Text Example
White with #F894C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F894C7; }
p { color: rgb(248,148,199); }
H1.HeaderClassName
{
color: #F894C7;
}
.AnyTagClassName
{
color: #F894C7;
}
</style>
background-color css
<style>
a { background-color: #F894C7; }
a { background-color: rgb(248,148,199); }
div.DivClassName
{
background-color: #F894C7;
}
.BgClassName
{
background-color: #F894C7;
}
</style>
border-color css
<style>
span { border-color: #F894C7; }
span { border-color: rgb(248,148,199); }
td.TdClassName
{
border-color: #F894C7;
}
.TagClassName
{
border-color: #F894C7;
}
</style>