Shades of Tea Rose #F87CC5
Tints of Tea Rose #F87CC5
RGB
CMYK
RGB Variations
Color information
#F87CC5 (or 0xF87CC5) is known color: Tea Rose. HEX triplet: F8, 7C and C5. RGB value is (248,124,197). Sum of RGB (Red+Green+Blue) = 248+124+197=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CC5 is #07833A. Grayscale: #A9A9A9. Windows color (decimal): -492347 or 12942584. OLE color: 12942584.
HSL color Cylindrical-coordinate representation of color #F87CC5: hue angle of 324.68º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87CC5 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 197 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.03 |
| HSL | 324.68º | 0.9% | 0.73% | - |
| HSV(B) | 324.68º | 0.5% | 0.97% | - |
| XYZ | 56 | 38.4 | 57.28 | - |
| YUV | 169.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 197 | 0 | 0.5 | 0.21 | 0.03 | 324.68 | 0.9 | 0.73 |
| Hex | F8 | 7C | C5 | 0 | 32 | 15 | 3 | 145 | 5A | 49 |
| Octal | 370 | 174 | 305 | 0 | 62 | 25 | 3 | 505 | 132 | 111 |
| Binary | 11111000 | 1111100 | 11000101 | 0 | 110010 | 10101 | 11 | 101000101 | 1011010 | 1001001 |
Color Harmonies of #F87CC5
Complementary color
Monochromatic Colors of #F87CC5
Black with #F87CC5
Text Example
Text Example
White with #F87CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CC5; }
p { color: rgb(248,124,197); }
H1.HeaderClassName
{
color: #F87CC5;
}
.AnyTagClassName
{
color: #F87CC5;
}
</style>
background-color css
<style>
a { background-color: #F87CC5; }
a { background-color: rgb(248,124,197); }
div.DivClassName
{
background-color: #F87CC5;
}
.BgClassName
{
background-color: #F87CC5;
}
</style>
border-color css
<style>
span { border-color: #F87CC5; }
span { border-color: rgb(248,124,197); }
td.TdClassName
{
border-color: #F87CC5;
}
.TagClassName
{
border-color: #F87CC5;
}
</style>