Shades of Tea Rose #F781C1
Tints of Tea Rose #F781C1
RGB
CMYK
RGB Variations
Color information
#F781C1 (or 0xF781C1) is known color: Tea Rose. HEX triplet: F7, 81 and C1. RGB value is (247,129,193). Sum of RGB (Red+Green+Blue) = 247+129+193=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F781C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781C1 is #087E3E. Grayscale: #ABABAB. Windows color (decimal): -556607 or 12681719. OLE color: 12681719.
HSL color Cylindrical-coordinate representation of color #F781C1: hue angle of 327.46º degrees, saturation: 0.88, 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 #F781C1 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 193 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.03 |
| HSL | 327.46º | 0.88% | 0.74% | - |
| HSV(B) | 327.46º | 0.48% | 0.97% | - |
| XYZ | 55.83 | 39.32 | 55.1 | - |
| YUV | 171.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 193 | 0 | 0.48 | 0.22 | 0.03 | 327.46 | 0.88 | 0.74 |
| Hex | F7 | 81 | C1 | 0 | 30 | 16 | 3 | 147 | 58 | 4A |
| Octal | 367 | 201 | 301 | 0 | 60 | 26 | 3 | 507 | 130 | 112 |
| Binary | 11110111 | 10000001 | 11000001 | 0 | 110000 | 10110 | 11 | 101000111 | 1011000 | 1001010 |
Color Harmonies of #F781C1
Complementary color
Monochromatic Colors of #F781C1
Black with #F781C1
Text Example
Text Example
White with #F781C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781C1; }
p { color: rgb(247,129,193); }
H1.HeaderClassName
{
color: #F781C1;
}
.AnyTagClassName
{
color: #F781C1;
}
</style>
background-color css
<style>
a { background-color: #F781C1; }
a { background-color: rgb(247,129,193); }
div.DivClassName
{
background-color: #F781C1;
}
.BgClassName
{
background-color: #F781C1;
}
</style>
border-color css
<style>
span { border-color: #F781C1; }
span { border-color: rgb(247,129,193); }
td.TdClassName
{
border-color: #F781C1;
}
.TagClassName
{
border-color: #F781C1;
}
</style>