Shades of Tea Rose #F88FC1
Tints of Tea Rose #F88FC1
RGB
CMYK
RGB Variations
Color information
#F88FC1 (or 0xF88FC1) is known color: Tea Rose. HEX triplet: F8, 8F and C1. RGB value is (248,143,193). Sum of RGB (Red+Green+Blue) = 248+143+193=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FC1 is #07703E. Grayscale: #B3B3B3. Windows color (decimal): -487487 or 12685304. OLE color: 12685304.
HSL color Cylindrical-coordinate representation of color #F88FC1: hue angle of 331.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88FC1 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 193 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.03 |
| HSL | 331.43º | 0.88% | 0.77% | - |
| HSV(B) | 331.43º | 0.42% | 0.97% | - |
| XYZ | 58.16 | 43.45 | 55.77 | - |
| YUV | 180.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 193 | 0 | 0.42 | 0.22 | 0.03 | 331.43 | 0.88 | 0.77 |
| Hex | F8 | 8F | C1 | 0 | 2A | 16 | 3 | 14B | 58 | 4D |
| Octal | 370 | 217 | 301 | 0 | 52 | 26 | 3 | 513 | 130 | 115 |
| Binary | 11111000 | 10001111 | 11000001 | 0 | 101010 | 10110 | 11 | 101001011 | 1011000 | 1001101 |
Color Harmonies of #F88FC1
Complementary color
Monochromatic Colors of #F88FC1
Black with #F88FC1
Text Example
Text Example
White with #F88FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FC1; }
p { color: rgb(248,143,193); }
H1.HeaderClassName
{
color: #F88FC1;
}
.AnyTagClassName
{
color: #F88FC1;
}
</style>
background-color css
<style>
a { background-color: #F88FC1; }
a { background-color: rgb(248,143,193); }
div.DivClassName
{
background-color: #F88FC1;
}
.BgClassName
{
background-color: #F88FC1;
}
</style>
border-color css
<style>
span { border-color: #F88FC1; }
span { border-color: rgb(248,143,193); }
td.TdClassName
{
border-color: #F88FC1;
}
.TagClassName
{
border-color: #F88FC1;
}
</style>