Shades of Tea Rose #F894C5
Tints of Tea Rose #F894C5
RGB
CMYK
RGB Variations
Color information
#F894C5 (or 0xF894C5) is known color: Tea Rose. HEX triplet: F8, 94 and C5. RGB value is (248,148,197). Sum of RGB (Red+Green+Blue) = 248+148+197=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F894C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894C5 is #076B3A. Grayscale: #B7B7B7. Windows color (decimal): -486203 or 12948728. OLE color: 12948728.
HSL color Cylindrical-coordinate representation of color #F894C5: hue angle of 330.6º 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 #F894C5 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 197 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.03 |
| HSL | 330.6º | 0.88% | 0.78% | - |
| HSV(B) | 330.6º | 0.4% | 0.97% | - |
| XYZ | 59.38 | 45.17 | 58.41 | - |
| YUV | 183.49 | 135.63 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 197 | 0 | 0.40 | 0.21 | 0.03 | 330.6 | 0.88 | 0.78 |
| Hex | F8 | 94 | C5 | 0 | 28 | 15 | 3 | 14B | 58 | 4E |
| Octal | 370 | 224 | 305 | 0 | 50 | 25 | 3 | 513 | 130 | 116 |
| Binary | 11111000 | 10010100 | 11000101 | 0 | 101000 | 10101 | 11 | 101001011 | 1011000 | 1001110 |
Color Harmonies of #F894C5
Complementary color
Monochromatic Colors of #F894C5
Black with #F894C5
Text Example
Text Example
White with #F894C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F894C5; }
p { color: rgb(248,148,197); }
H1.HeaderClassName
{
color: #F894C5;
}
.AnyTagClassName
{
color: #F894C5;
}
</style>
background-color css
<style>
a { background-color: #F894C5; }
a { background-color: rgb(248,148,197); }
div.DivClassName
{
background-color: #F894C5;
}
.BgClassName
{
background-color: #F894C5;
}
</style>
border-color css
<style>
span { border-color: #F894C5; }
span { border-color: rgb(248,148,197); }
td.TdClassName
{
border-color: #F894C5;
}
.TagClassName
{
border-color: #F894C5;
}
</style>