Shades of Tea Rose #F27ECF
Tints of Tea Rose #F27ECF
RGB
CMYK
RGB Variations
Color information
#F27ECF (or 0xF27ECF) is known color: Tea Rose. HEX triplet: F2, 7E and CF. RGB value is (242,126,207). Sum of RGB (Red+Green+Blue) = 242+126+207=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ECF is #0D8130. Grayscale: #A9A9A9. Windows color (decimal): -885041 or 13598450. OLE color: 13598450.
HSL color Cylindrical-coordinate representation of color #F27ECF: hue angle of 318.1º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27ECF is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 207 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.05 |
| HSL | 318.1º | 0.82% | 0.72% | - |
| HSV(B) | 318.1º | 0.48% | 0.95% | - |
| XYZ | 55.34 | 38.3 | 63.51 | - |
| YUV | 169.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 207 | 0 | 0.48 | 0.14 | 0.05 | 318.1 | 0.82 | 0.72 |
| Hex | F2 | 7E | CF | 0 | 30 | E | 5 | 13E | 52 | 48 |
| Octal | 362 | 176 | 317 | 0 | 60 | 16 | 5 | 476 | 122 | 110 |
| Binary | 11110010 | 1111110 | 11001111 | 0 | 110000 | 1110 | 101 | 100111110 | 1010010 | 1001000 |
Color Harmonies of #F27ECF
Complementary color
Monochromatic Colors of #F27ECF
Black with #F27ECF
Text Example
Text Example
White with #F27ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ECF; }
p { color: rgb(242,126,207); }
H1.HeaderClassName
{
color: #F27ECF;
}
.AnyTagClassName
{
color: #F27ECF;
}
</style>
background-color css
<style>
a { background-color: #F27ECF; }
a { background-color: rgb(242,126,207); }
div.DivClassName
{
background-color: #F27ECF;
}
.BgClassName
{
background-color: #F27ECF;
}
</style>
border-color css
<style>
span { border-color: #F27ECF; }
span { border-color: rgb(242,126,207); }
td.TdClassName
{
border-color: #F27ECF;
}
.TagClassName
{
border-color: #F27ECF;
}
</style>