Shades of Tea Rose #F882C4
Tints of Tea Rose #F882C4
RGB
CMYK
RGB Variations
Color information
#F882C4 (or 0xF882C4) is known color: Tea Rose. HEX triplet: F8, 82 and C4. RGB value is (248,130,196). Sum of RGB (Red+Green+Blue) = 248+130+196=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F882C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882C4 is #077D3B. Grayscale: #ACACAC. Windows color (decimal): -490812 or 12878584. OLE color: 12878584.
HSL color Cylindrical-coordinate representation of color #F882C4: hue angle of 326.44º 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 #F882C4 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 196 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.03 |
| HSL | 326.44º | 0.89% | 0.74% | - |
| HSV(B) | 326.44º | 0.48% | 0.97% | - |
| XYZ | 56.66 | 39.91 | 56.94 | - |
| YUV | 172.81 | 141.09 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 196 | 0 | 0.48 | 0.21 | 0.03 | 326.44 | 0.89 | 0.74 |
| Hex | F8 | 82 | C4 | 0 | 30 | 15 | 3 | 146 | 59 | 4A |
| Octal | 370 | 202 | 304 | 0 | 60 | 25 | 3 | 506 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11000100 | 0 | 110000 | 10101 | 11 | 101000110 | 1011001 | 1001010 |
Color Harmonies of #F882C4
Complementary color
Monochromatic Colors of #F882C4
Black with #F882C4
Text Example
Text Example
White with #F882C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882C4; }
p { color: rgb(248,130,196); }
H1.HeaderClassName
{
color: #F882C4;
}
.AnyTagClassName
{
color: #F882C4;
}
</style>
background-color css
<style>
a { background-color: #F882C4; }
a { background-color: rgb(248,130,196); }
div.DivClassName
{
background-color: #F882C4;
}
.BgClassName
{
background-color: #F882C4;
}
</style>
border-color css
<style>
span { border-color: #F882C4; }
span { border-color: rgb(248,130,196); }
td.TdClassName
{
border-color: #F882C4;
}
.TagClassName
{
border-color: #F882C4;
}
</style>