Shades of Tea Rose #F781C5
Tints of Tea Rose #F781C5
RGB
CMYK
RGB Variations
Color information
#F781C5 (or 0xF781C5) is known color: Tea Rose. HEX triplet: F7, 81 and C5. RGB value is (247,129,197). Sum of RGB (Red+Green+Blue) = 247+129+197=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F781C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781C5 is #087E3A. Grayscale: #ABABAB. Windows color (decimal): -556603 or 12943863. OLE color: 12943863.
HSL color Cylindrical-coordinate representation of color #F781C5: hue angle of 325.42º 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 #F781C5 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 197 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.03 |
| HSL | 325.42º | 0.88% | 0.74% | - |
| HSV(B) | 325.42º | 0.48% | 0.97% | - |
| XYZ | 56.29 | 39.51 | 57.48 | - |
| YUV | 172.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 197 | 0 | 0.48 | 0.20 | 0.03 | 325.42 | 0.88 | 0.74 |
| Hex | F7 | 81 | C5 | 0 | 30 | 14 | 3 | 145 | 58 | 4A |
| Octal | 367 | 201 | 305 | 0 | 60 | 24 | 3 | 505 | 130 | 112 |
| Binary | 11110111 | 10000001 | 11000101 | 0 | 110000 | 10100 | 11 | 101000101 | 1011000 | 1001010 |
Color Harmonies of #F781C5
Complementary color
Monochromatic Colors of #F781C5
Black with #F781C5
Text Example
Text Example
White with #F781C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781C5; }
p { color: rgb(247,129,197); }
H1.HeaderClassName
{
color: #F781C5;
}
.AnyTagClassName
{
color: #F781C5;
}
</style>
background-color css
<style>
a { background-color: #F781C5; }
a { background-color: rgb(247,129,197); }
div.DivClassName
{
background-color: #F781C5;
}
.BgClassName
{
background-color: #F781C5;
}
</style>
border-color css
<style>
span { border-color: #F781C5; }
span { border-color: rgb(247,129,197); }
td.TdClassName
{
border-color: #F781C5;
}
.TagClassName
{
border-color: #F781C5;
}
</style>