Shades of Tea Rose #F27ECD
Tints of Tea Rose #F27ECD
RGB
CMYK
RGB Variations
Color information
#F27ECD (or 0xF27ECD) is known color: Tea Rose. HEX triplet: F2, 7E and CD. RGB value is (242,126,205). Sum of RGB (Red+Green+Blue) = 242+126+205=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ECD is #0D8132. Grayscale: #A9A9A9. Windows color (decimal): -885043 or 13467378. OLE color: 13467378.
HSL color Cylindrical-coordinate representation of color #F27ECD: hue angle of 319.14º 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 #F27ECD is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 205 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.05 |
| HSL | 319.14º | 0.82% | 0.72% | - |
| HSV(B) | 319.14º | 0.48% | 0.95% | - |
| XYZ | 55.1 | 38.21 | 62.23 | - |
| YUV | 169.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 205 | 0 | 0.48 | 0.15 | 0.05 | 319.14 | 0.82 | 0.72 |
| Hex | F2 | 7E | CD | 0 | 30 | F | 5 | 13F | 52 | 48 |
| Octal | 362 | 176 | 315 | 0 | 60 | 17 | 5 | 477 | 122 | 110 |
| Binary | 11110010 | 1111110 | 11001101 | 0 | 110000 | 1111 | 101 | 100111111 | 1010010 | 1001000 |
Color Harmonies of #F27ECD
Complementary color
Monochromatic Colors of #F27ECD
Black with #F27ECD
Text Example
Text Example
White with #F27ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ECD; }
p { color: rgb(242,126,205); }
H1.HeaderClassName
{
color: #F27ECD;
}
.AnyTagClassName
{
color: #F27ECD;
}
</style>
background-color css
<style>
a { background-color: #F27ECD; }
a { background-color: rgb(242,126,205); }
div.DivClassName
{
background-color: #F27ECD;
}
.BgClassName
{
background-color: #F27ECD;
}
</style>
border-color css
<style>
span { border-color: #F27ECD; }
span { border-color: rgb(242,126,205); }
td.TdClassName
{
border-color: #F27ECD;
}
.TagClassName
{
border-color: #F27ECD;
}
</style>