Shades of Tea Rose #F881C2
Tints of Tea Rose #F881C2
RGB
CMYK
RGB Variations
Color information
#F881C2 (or 0xF881C2) is known color: Tea Rose. HEX triplet: F8, 81 and C2. RGB value is (248,129,194). Sum of RGB (Red+Green+Blue) = 248+129+194=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F881C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881C2 is #077E3D. Grayscale: #ABABAB. Windows color (decimal): -491070 or 12747256. OLE color: 12747256.
HSL color Cylindrical-coordinate representation of color #F881C2: hue angle of 327.23º 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 #F881C2 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 194 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.03 |
| HSL | 327.23º | 0.89% | 0.74% | - |
| HSV(B) | 327.23º | 0.48% | 0.97% | - |
| XYZ | 56.3 | 39.55 | 55.71 | - |
| YUV | 171.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 194 | 0 | 0.48 | 0.22 | 0.03 | 327.23 | 0.89 | 0.74 |
| Hex | F8 | 81 | C2 | 0 | 30 | 16 | 3 | 147 | 59 | 4A |
| Octal | 370 | 201 | 302 | 0 | 60 | 26 | 3 | 507 | 131 | 112 |
| Binary | 11111000 | 10000001 | 11000010 | 0 | 110000 | 10110 | 11 | 101000111 | 1011001 | 1001010 |
Color Harmonies of #F881C2
Complementary color
Monochromatic Colors of #F881C2
Black with #F881C2
Text Example
Text Example
White with #F881C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F881C2; }
p { color: rgb(248,129,194); }
H1.HeaderClassName
{
color: #F881C2;
}
.AnyTagClassName
{
color: #F881C2;
}
</style>
background-color css
<style>
a { background-color: #F881C2; }
a { background-color: rgb(248,129,194); }
div.DivClassName
{
background-color: #F881C2;
}
.BgClassName
{
background-color: #F881C2;
}
</style>
border-color css
<style>
span { border-color: #F881C2; }
span { border-color: rgb(248,129,194); }
td.TdClassName
{
border-color: #F881C2;
}
.TagClassName
{
border-color: #F881C2;
}
</style>