Shades of Tea Rose #F27ECC
Tints of Tea Rose #F27ECC
RGB
CMYK
RGB Variations
Color information
#F27ECC (or 0xF27ECC) is known color: Tea Rose. HEX triplet: F2, 7E and CC. RGB value is (242,126,204). Sum of RGB (Red+Green+Blue) = 242+126+204=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ECC is #0D8133. Grayscale: #A9A9A9. Windows color (decimal): -885044 or 13401842. OLE color: 13401842.
HSL color Cylindrical-coordinate representation of color #F27ECC: hue angle of 319.66º 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 #F27ECC is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 204 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.05 |
| HSL | 319.66º | 0.82% | 0.72% | - |
| HSV(B) | 319.66º | 0.48% | 0.95% | - |
| XYZ | 54.98 | 38.16 | 61.59 | - |
| YUV | 169.58 | 147.43 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 204 | 0 | 0.48 | 0.16 | 0.05 | 319.66 | 0.82 | 0.72 |
| Hex | F2 | 7E | CC | 0 | 30 | 10 | 5 | 140 | 52 | 48 |
| Octal | 362 | 176 | 314 | 0 | 60 | 20 | 5 | 500 | 122 | 110 |
| Binary | 11110010 | 1111110 | 11001100 | 0 | 110000 | 10000 | 101 | 101000000 | 1010010 | 1001000 |
Color Harmonies of #F27ECC
Complementary color
Monochromatic Colors of #F27ECC
Black with #F27ECC
Text Example
Text Example
White with #F27ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ECC; }
p { color: rgb(242,126,204); }
H1.HeaderClassName
{
color: #F27ECC;
}
.AnyTagClassName
{
color: #F27ECC;
}
</style>
background-color css
<style>
a { background-color: #F27ECC; }
a { background-color: rgb(242,126,204); }
div.DivClassName
{
background-color: #F27ECC;
}
.BgClassName
{
background-color: #F27ECC;
}
</style>
border-color css
<style>
span { border-color: #F27ECC; }
span { border-color: rgb(242,126,204); }
td.TdClassName
{
border-color: #F27ECC;
}
.TagClassName
{
border-color: #F27ECC;
}
</style>