Shades of Tea Rose #F880C2
Tints of Tea Rose #F880C2
RGB
CMYK
RGB Variations
Color information
#F880C2 (or 0xF880C2) is known color: Tea Rose. HEX triplet: F8, 80 and C2. RGB value is (248,128,194). Sum of RGB (Red+Green+Blue) = 248+128+194=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F880C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880C2 is #077F3D. Grayscale: #ABABAB. Windows color (decimal): -491326 or 12747000. OLE color: 12747000.
HSL color Cylindrical-coordinate representation of color #F880C2: hue angle of 327º 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 #F880C2 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 194 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.03 |
| HSL | 327º | 0.9% | 0.74% | - |
| HSV(B) | 327º | 0.48% | 0.97% | - |
| XYZ | 56.17 | 39.29 | 55.66 | - |
| YUV | 171.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 194 | 0 | 0.48 | 0.22 | 0.03 | 327 | 0.9 | 0.74 |
| Hex | F8 | 80 | C2 | 0 | 30 | 16 | 3 | 147 | 5A | 4A |
| Octal | 370 | 200 | 302 | 0 | 60 | 26 | 3 | 507 | 132 | 112 |
| Binary | 11111000 | 10000000 | 11000010 | 0 | 110000 | 10110 | 11 | 101000111 | 1011010 | 1001010 |
Color Harmonies of #F880C2
Complementary color
Monochromatic Colors of #F880C2
Black with #F880C2
Text Example
Text Example
White with #F880C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880C2; }
p { color: rgb(248,128,194); }
H1.HeaderClassName
{
color: #F880C2;
}
.AnyTagClassName
{
color: #F880C2;
}
</style>
background-color css
<style>
a { background-color: #F880C2; }
a { background-color: rgb(248,128,194); }
div.DivClassName
{
background-color: #F880C2;
}
.BgClassName
{
background-color: #F880C2;
}
</style>
border-color css
<style>
span { border-color: #F880C2; }
span { border-color: rgb(248,128,194); }
td.TdClassName
{
border-color: #F880C2;
}
.TagClassName
{
border-color: #F880C2;
}
</style>