Shades of Tea Rose #F781C3
Tints of Tea Rose #F781C3
RGB
CMYK
RGB Variations
Color information
#F781C3 (or 0xF781C3) is known color: Tea Rose. HEX triplet: F7, 81 and C3. RGB value is (247,129,195). Sum of RGB (Red+Green+Blue) = 247+129+195=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F781C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781C3 is #087E3C. Grayscale: #ABABAB. Windows color (decimal): -556605 or 12812791. OLE color: 12812791.
HSL color Cylindrical-coordinate representation of color #F781C3: hue angle of 326.44º 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 #F781C3 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 195 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.03 |
| HSL | 326.44º | 0.88% | 0.74% | - |
| HSV(B) | 326.44º | 0.48% | 0.97% | - |
| XYZ | 56.06 | 39.41 | 56.28 | - |
| YUV | 171.81 | 141.09 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 195 | 0 | 0.48 | 0.21 | 0.03 | 326.44 | 0.88 | 0.74 |
| Hex | F7 | 81 | C3 | 0 | 30 | 15 | 3 | 146 | 58 | 4A |
| Octal | 367 | 201 | 303 | 0 | 60 | 25 | 3 | 506 | 130 | 112 |
| Binary | 11110111 | 10000001 | 11000011 | 0 | 110000 | 10101 | 11 | 101000110 | 1011000 | 1001010 |
Color Harmonies of #F781C3
Complementary color
Monochromatic Colors of #F781C3
Black with #F781C3
Text Example
Text Example
White with #F781C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781C3; }
p { color: rgb(247,129,195); }
H1.HeaderClassName
{
color: #F781C3;
}
.AnyTagClassName
{
color: #F781C3;
}
</style>
background-color css
<style>
a { background-color: #F781C3; }
a { background-color: rgb(247,129,195); }
div.DivClassName
{
background-color: #F781C3;
}
.BgClassName
{
background-color: #F781C3;
}
</style>
border-color css
<style>
span { border-color: #F781C3; }
span { border-color: rgb(247,129,195); }
td.TdClassName
{
border-color: #F781C3;
}
.TagClassName
{
border-color: #F781C3;
}
</style>