Shades of Tea Rose #F881CF
Tints of Tea Rose #F881CF
RGB
CMYK
RGB Variations
Color information
#F881CF (or 0xF881CF) is known color: Tea Rose. HEX triplet: F8, 81 and CF. RGB value is (248,129,207). Sum of RGB (Red+Green+Blue) = 248+129+207=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F881CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881CF is #077E30. Grayscale: #ADADAD. Windows color (decimal): -491057 or 13599224. OLE color: 13599224.
HSL color Cylindrical-coordinate representation of color #F881CF: hue angle of 320.67º 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 #F881CF is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 207 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.03 |
| HSL | 320.67º | 0.89% | 0.74% | - |
| HSV(B) | 320.67º | 0.48% | 0.97% | - |
| XYZ | 57.82 | 40.16 | 63.74 | - |
| YUV | 173.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 207 | 0 | 0.48 | 0.17 | 0.03 | 320.67 | 0.89 | 0.74 |
| Hex | F8 | 81 | CF | 0 | 30 | 11 | 3 | 141 | 59 | 4A |
| Octal | 370 | 201 | 317 | 0 | 60 | 21 | 3 | 501 | 131 | 112 |
| Binary | 11111000 | 10000001 | 11001111 | 0 | 110000 | 10001 | 11 | 101000001 | 1011001 | 1001010 |
Color Harmonies of #F881CF
Complementary color
Monochromatic Colors of #F881CF
Black with #F881CF
Text Example
Text Example
White with #F881CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F881CF; }
p { color: rgb(248,129,207); }
H1.HeaderClassName
{
color: #F881CF;
}
.AnyTagClassName
{
color: #F881CF;
}
</style>
background-color css
<style>
a { background-color: #F881CF; }
a { background-color: rgb(248,129,207); }
div.DivClassName
{
background-color: #F881CF;
}
.BgClassName
{
background-color: #F881CF;
}
</style>
border-color css
<style>
span { border-color: #F881CF; }
span { border-color: rgb(248,129,207); }
td.TdClassName
{
border-color: #F881CF;
}
.TagClassName
{
border-color: #F881CF;
}
</style>