Shades of Tea Rose #F880C7
Tints of Tea Rose #F880C7
RGB
CMYK
RGB Variations
Color information
#F880C7 (or 0xF880C7) is known color: Tea Rose. HEX triplet: F8, 80 and C7. RGB value is (248,128,199). Sum of RGB (Red+Green+Blue) = 248+128+199=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F880C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880C7 is #077F38. Grayscale: #ABABAB. Windows color (decimal): -491321 or 13074680. OLE color: 13074680.
HSL color Cylindrical-coordinate representation of color #F880C7: hue angle of 324.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F880C7 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 199 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.03 |
| HSL | 324.5º | 0.9% | 0.74% | - |
| HSV(B) | 324.5º | 0.48% | 0.97% | - |
| XYZ | 56.74 | 39.52 | 58.67 | - |
| YUV | 171.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 199 | 0 | 0.48 | 0.20 | 0.03 | 324.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | C7 | 0 | 30 | 14 | 3 | 144 | 5A | 4A |
| Octal | 370 | 200 | 307 | 0 | 60 | 24 | 3 | 504 | 132 | 112 |
| Binary | 11111000 | 10000000 | 11000111 | 0 | 110000 | 10100 | 11 | 101000100 | 1011010 | 1001010 |
Color Harmonies of #F880C7
Complementary color
Monochromatic Colors of #F880C7
Black with #F880C7
Text Example
Text Example
White with #F880C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880C7; }
p { color: rgb(248,128,199); }
H1.HeaderClassName
{
color: #F880C7;
}
.AnyTagClassName
{
color: #F880C7;
}
</style>
background-color css
<style>
a { background-color: #F880C7; }
a { background-color: rgb(248,128,199); }
div.DivClassName
{
background-color: #F880C7;
}
.BgClassName
{
background-color: #F880C7;
}
</style>
border-color css
<style>
span { border-color: #F880C7; }
span { border-color: rgb(248,128,199); }
td.TdClassName
{
border-color: #F880C7;
}
.TagClassName
{
border-color: #F880C7;
}
</style>