Shades of Tea Rose #F882C5
Tints of Tea Rose #F882C5
RGB
CMYK
RGB Variations
Color information
#F882C5 (or 0xF882C5) is known color: Tea Rose. HEX triplet: F8, 82 and C5. RGB value is (248,130,197). Sum of RGB (Red+Green+Blue) = 248+130+197=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F882C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882C5 is #077D3A. Grayscale: #ACACAC. Windows color (decimal): -490811 or 12944120. OLE color: 12944120.
HSL color Cylindrical-coordinate representation of color #F882C5: hue angle of 325.93º degrees, saturation: 0.89, 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 #F882C5 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 197 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.03 |
| HSL | 325.93º | 0.89% | 0.74% | - |
| HSV(B) | 325.93º | 0.48% | 0.97% | - |
| XYZ | 56.77 | 39.95 | 57.54 | - |
| YUV | 172.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 197 | 0 | 0.48 | 0.21 | 0.03 | 325.93 | 0.89 | 0.74 |
| Hex | F8 | 82 | C5 | 0 | 30 | 15 | 3 | 146 | 59 | 4A |
| Octal | 370 | 202 | 305 | 0 | 60 | 25 | 3 | 506 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11000101 | 0 | 110000 | 10101 | 11 | 101000110 | 1011001 | 1001010 |
Color Harmonies of #F882C5
Complementary color
Monochromatic Colors of #F882C5
Black with #F882C5
Text Example
Text Example
White with #F882C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882C5; }
p { color: rgb(248,130,197); }
H1.HeaderClassName
{
color: #F882C5;
}
.AnyTagClassName
{
color: #F882C5;
}
</style>
background-color css
<style>
a { background-color: #F882C5; }
a { background-color: rgb(248,130,197); }
div.DivClassName
{
background-color: #F882C5;
}
.BgClassName
{
background-color: #F882C5;
}
</style>
border-color css
<style>
span { border-color: #F882C5; }
span { border-color: rgb(248,130,197); }
td.TdClassName
{
border-color: #F882C5;
}
.TagClassName
{
border-color: #F882C5;
}
</style>