Shades of Tea Rose #F87BC7
Tints of Tea Rose #F87BC7
RGB
CMYK
RGB Variations
Color information
#F87BC7 (or 0xF87BC7) is known color: Tea Rose. HEX triplet: F8, 7B and C7. RGB value is (248,123,199). Sum of RGB (Red+Green+Blue) = 248+123+199=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BC7 is #078438. Grayscale: #A8A8A8. Windows color (decimal): -492601 or 13073400. OLE color: 13073400.
HSL color Cylindrical-coordinate representation of color #F87BC7: hue angle of 323.52º 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 #F87BC7 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 199 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.03 |
| HSL | 323.52º | 0.9% | 0.73% | - |
| HSV(B) | 323.52º | 0.5% | 0.97% | - |
| XYZ | 56.1 | 38.25 | 58.46 | - |
| YUV | 169.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 199 | 0 | 0.50 | 0.20 | 0.03 | 323.52 | 0.9 | 0.73 |
| Hex | F8 | 7B | C7 | 0 | 32 | 14 | 3 | 144 | 5A | 49 |
| Octal | 370 | 173 | 307 | 0 | 62 | 24 | 3 | 504 | 132 | 111 |
| Binary | 11111000 | 1111011 | 11000111 | 0 | 110010 | 10100 | 11 | 101000100 | 1011010 | 1001001 |
Color Harmonies of #F87BC7
Complementary color
Monochromatic Colors of #F87BC7
Black with #F87BC7
Text Example
Text Example
White with #F87BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BC7; }
p { color: rgb(248,123,199); }
H1.HeaderClassName
{
color: #F87BC7;
}
.AnyTagClassName
{
color: #F87BC7;
}
</style>
background-color css
<style>
a { background-color: #F87BC7; }
a { background-color: rgb(248,123,199); }
div.DivClassName
{
background-color: #F87BC7;
}
.BgClassName
{
background-color: #F87BC7;
}
</style>
border-color css
<style>
span { border-color: #F87BC7; }
span { border-color: rgb(248,123,199); }
td.TdClassName
{
border-color: #F87BC7;
}
.TagClassName
{
border-color: #F87BC7;
}
</style>