Shades of Tea Rose #F880CC
Tints of Tea Rose #F880CC
RGB
CMYK
RGB Variations
Color information
#F880CC (or 0xF880CC) is known color: Tea Rose. HEX triplet: F8, 80 and CC. RGB value is (248,128,204). Sum of RGB (Red+Green+Blue) = 248+128+204=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F880CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880CC is #077F33. Grayscale: #ACACAC. Windows color (decimal): -491316 or 13402360. OLE color: 13402360.
HSL color Cylindrical-coordinate representation of color #F880CC: hue angle of 322º 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 #F880CC is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 204 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.03 |
| HSL | 322º | 0.9% | 0.74% | - |
| HSV(B) | 322º | 0.48% | 0.97% | - |
| XYZ | 57.33 | 39.75 | 61.78 | - |
| YUV | 172.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 204 | 0 | 0.48 | 0.18 | 0.03 | 322 | 0.9 | 0.74 |
| Hex | F8 | 80 | CC | 0 | 30 | 12 | 3 | 142 | 5A | 4A |
| Octal | 370 | 200 | 314 | 0 | 60 | 22 | 3 | 502 | 132 | 112 |
| Binary | 11111000 | 10000000 | 11001100 | 0 | 110000 | 10010 | 11 | 101000010 | 1011010 | 1001010 |
Color Harmonies of #F880CC
Complementary color
Monochromatic Colors of #F880CC
Black with #F880CC
Text Example
Text Example
White with #F880CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880CC; }
p { color: rgb(248,128,204); }
H1.HeaderClassName
{
color: #F880CC;
}
.AnyTagClassName
{
color: #F880CC;
}
</style>
background-color css
<style>
a { background-color: #F880CC; }
a { background-color: rgb(248,128,204); }
div.DivClassName
{
background-color: #F880CC;
}
.BgClassName
{
background-color: #F880CC;
}
</style>
border-color css
<style>
span { border-color: #F880CC; }
span { border-color: rgb(248,128,204); }
td.TdClassName
{
border-color: #F880CC;
}
.TagClassName
{
border-color: #F880CC;
}
</style>