Shades of Tea Rose #F781CE
Tints of Tea Rose #F781CE
RGB
CMYK
RGB Variations
Color information
#F781CE (or 0xF781CE) is known color: Tea Rose. HEX triplet: F7, 81 and CE. RGB value is (247,129,206). Sum of RGB (Red+Green+Blue) = 247+129+206=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F781CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781CE is #087E31. Grayscale: #ACACAC. Windows color (decimal): -556594 or 13533687. OLE color: 13533687.
HSL color Cylindrical-coordinate representation of color #F781CE: hue angle of 320.85º 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 #F781CE is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 206 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.03 |
| HSL | 320.85º | 0.88% | 0.74% | - |
| HSV(B) | 320.85º | 0.48% | 0.97% | - |
| XYZ | 57.35 | 39.93 | 63.08 | - |
| YUV | 173.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 206 | 0 | 0.48 | 0.17 | 0.03 | 320.85 | 0.88 | 0.74 |
| Hex | F7 | 81 | CE | 0 | 30 | 11 | 3 | 141 | 58 | 4A |
| Octal | 367 | 201 | 316 | 0 | 60 | 21 | 3 | 501 | 130 | 112 |
| Binary | 11110111 | 10000001 | 11001110 | 0 | 110000 | 10001 | 11 | 101000001 | 1011000 | 1001010 |
Color Harmonies of #F781CE
Complementary color
Monochromatic Colors of #F781CE
Black with #F781CE
Text Example
Text Example
White with #F781CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781CE; }
p { color: rgb(247,129,206); }
H1.HeaderClassName
{
color: #F781CE;
}
.AnyTagClassName
{
color: #F781CE;
}
</style>
background-color css
<style>
a { background-color: #F781CE; }
a { background-color: rgb(247,129,206); }
div.DivClassName
{
background-color: #F781CE;
}
.BgClassName
{
background-color: #F781CE;
}
</style>
border-color css
<style>
span { border-color: #F781CE; }
span { border-color: rgb(247,129,206); }
td.TdClassName
{
border-color: #F781CE;
}
.TagClassName
{
border-color: #F781CE;
}
</style>