Shades of Tea Rose #F880C9
Tints of Tea Rose #F880C9
RGB
CMYK
RGB Variations
Color information
#F880C9 (or 0xF880C9) is known color: Tea Rose. HEX triplet: F8, 80 and C9. RGB value is (248,128,201). Sum of RGB (Red+Green+Blue) = 248+128+201=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F880C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880C9 is #077F36. Grayscale: #ACACAC. Windows color (decimal): -491319 or 13205752. OLE color: 13205752.
HSL color Cylindrical-coordinate representation of color #F880C9: hue angle of 323.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 #F880C9 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 201 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.03 |
| HSL | 323.5º | 0.9% | 0.74% | - |
| HSV(B) | 323.5º | 0.48% | 0.97% | - |
| XYZ | 56.97 | 39.61 | 59.9 | - |
| YUV | 172.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 201 | 0 | 0.48 | 0.19 | 0.03 | 323.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | C9 | 0 | 30 | 13 | 3 | 144 | 5A | 4A |
| Octal | 370 | 200 | 311 | 0 | 60 | 23 | 3 | 504 | 132 | 112 |
| Binary | 11111000 | 10000000 | 11001001 | 0 | 110000 | 10011 | 11 | 101000100 | 1011010 | 1001010 |
Color Harmonies of #F880C9
Complementary color
Monochromatic Colors of #F880C9
Black with #F880C9
Text Example
Text Example
White with #F880C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880C9; }
p { color: rgb(248,128,201); }
H1.HeaderClassName
{
color: #F880C9;
}
.AnyTagClassName
{
color: #F880C9;
}
</style>
background-color css
<style>
a { background-color: #F880C9; }
a { background-color: rgb(248,128,201); }
div.DivClassName
{
background-color: #F880C9;
}
.BgClassName
{
background-color: #F880C9;
}
</style>
border-color css
<style>
span { border-color: #F880C9; }
span { border-color: rgb(248,128,201); }
td.TdClassName
{
border-color: #F880C9;
}
.TagClassName
{
border-color: #F880C9;
}
</style>