Shades of Tea Rose #F885CC
Tints of Tea Rose #F885CC
RGB
CMYK
RGB Variations
Color information
#F885CC (or 0xF885CC) is known color: Tea Rose. HEX triplet: F8, 85 and CC. RGB value is (248,133,204). Sum of RGB (Red+Green+Blue) = 248+133+204=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F885CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885CC is #077A33. Grayscale: #AFAFAF. Windows color (decimal): -490036 or 13403640. OLE color: 13403640.
HSL color Cylindrical-coordinate representation of color #F885CC: hue angle of 322.96º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F885CC is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 204 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.03 |
| HSL | 322.96º | 0.89% | 0.75% | - |
| HSV(B) | 322.96º | 0.46% | 0.97% | - |
| XYZ | 58 | 41.09 | 62 | - |
| YUV | 175.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 204 | 0 | 0.46 | 0.18 | 0.03 | 322.96 | 0.89 | 0.75 |
| Hex | F8 | 85 | CC | 0 | 2E | 12 | 3 | 143 | 59 | 4B |
| Octal | 370 | 205 | 314 | 0 | 56 | 22 | 3 | 503 | 131 | 113 |
| Binary | 11111000 | 10000101 | 11001100 | 0 | 101110 | 10010 | 11 | 101000011 | 1011001 | 1001011 |
Color Harmonies of #F885CC
Complementary color
Monochromatic Colors of #F885CC
Black with #F885CC
Text Example
Text Example
White with #F885CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F885CC; }
p { color: rgb(248,133,204); }
H1.HeaderClassName
{
color: #F885CC;
}
.AnyTagClassName
{
color: #F885CC;
}
</style>
background-color css
<style>
a { background-color: #F885CC; }
a { background-color: rgb(248,133,204); }
div.DivClassName
{
background-color: #F885CC;
}
.BgClassName
{
background-color: #F885CC;
}
</style>
border-color css
<style>
span { border-color: #F885CC; }
span { border-color: rgb(248,133,204); }
td.TdClassName
{
border-color: #F885CC;
}
.TagClassName
{
border-color: #F885CC;
}
</style>