Shades of Tea Rose #F882C8
Tints of Tea Rose #F882C8
RGB
CMYK
RGB Variations
Color information
#F882C8 (or 0xF882C8) is known color: Tea Rose. HEX triplet: F8, 82 and C8. RGB value is (248,130,200). Sum of RGB (Red+Green+Blue) = 248+130+200=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F882C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882C8 is #077D37. Grayscale: #ADADAD. Windows color (decimal): -490808 or 13140728. OLE color: 13140728.
HSL color Cylindrical-coordinate representation of color #F882C8: hue angle of 324.41º 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 #F882C8 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 200 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.03 |
| HSL | 324.41º | 0.89% | 0.74% | - |
| HSV(B) | 324.41º | 0.48% | 0.97% | - |
| XYZ | 57.12 | 40.09 | 59.37 | - |
| YUV | 173.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 200 | 0 | 0.48 | 0.19 | 0.03 | 324.41 | 0.89 | 0.74 |
| Hex | F8 | 82 | C8 | 0 | 30 | 13 | 3 | 144 | 59 | 4A |
| Octal | 370 | 202 | 310 | 0 | 60 | 23 | 3 | 504 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11001000 | 0 | 110000 | 10011 | 11 | 101000100 | 1011001 | 1001010 |
Color Harmonies of #F882C8
Complementary color
Monochromatic Colors of #F882C8
Black with #F882C8
Text Example
Text Example
White with #F882C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882C8; }
p { color: rgb(248,130,200); }
H1.HeaderClassName
{
color: #F882C8;
}
.AnyTagClassName
{
color: #F882C8;
}
</style>
background-color css
<style>
a { background-color: #F882C8; }
a { background-color: rgb(248,130,200); }
div.DivClassName
{
background-color: #F882C8;
}
.BgClassName
{
background-color: #F882C8;
}
</style>
border-color css
<style>
span { border-color: #F882C8; }
span { border-color: rgb(248,130,200); }
td.TdClassName
{
border-color: #F882C8;
}
.TagClassName
{
border-color: #F882C8;
}
</style>