Shades of Tea Rose #F88BC1
Tints of Tea Rose #F88BC1
RGB
CMYK
RGB Variations
Color information
#F88BC1 (or 0xF88BC1) is known color: Tea Rose. HEX triplet: F8, 8B and C1. RGB value is (248,139,193). Sum of RGB (Red+Green+Blue) = 248+139+193=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BC1 is #07743E. Grayscale: #B1B1B1. Windows color (decimal): -488511 or 12684280. OLE color: 12684280.
HSL color Cylindrical-coordinate representation of color #F88BC1: hue angle of 330.28º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88BC1 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 193 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.03 |
| HSL | 330.28º | 0.89% | 0.76% | - |
| HSV(B) | 330.28º | 0.44% | 0.97% | - |
| XYZ | 57.57 | 42.27 | 55.58 | - |
| YUV | 177.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 193 | 0 | 0.44 | 0.22 | 0.03 | 330.28 | 0.89 | 0.76 |
| Hex | F8 | 8B | C1 | 0 | 2C | 16 | 3 | 14A | 59 | 4C |
| Octal | 370 | 213 | 301 | 0 | 54 | 26 | 3 | 512 | 131 | 114 |
| Binary | 11111000 | 10001011 | 11000001 | 0 | 101100 | 10110 | 11 | 101001010 | 1011001 | 1001100 |
Color Harmonies of #F88BC1
Complementary color
Monochromatic Colors of #F88BC1
Black with #F88BC1
Text Example
Text Example
White with #F88BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BC1; }
p { color: rgb(248,139,193); }
H1.HeaderClassName
{
color: #F88BC1;
}
.AnyTagClassName
{
color: #F88BC1;
}
</style>
background-color css
<style>
a { background-color: #F88BC1; }
a { background-color: rgb(248,139,193); }
div.DivClassName
{
background-color: #F88BC1;
}
.BgClassName
{
background-color: #F88BC1;
}
</style>
border-color css
<style>
span { border-color: #F88BC1; }
span { border-color: rgb(248,139,193); }
td.TdClassName
{
border-color: #F88BC1;
}
.TagClassName
{
border-color: #F88BC1;
}
</style>