Shades of Tea Rose #F27ED1
Tints of Tea Rose #F27ED1
RGB
CMYK
RGB Variations
Color information
#F27ED1 (or 0xF27ED1) is known color: Tea Rose. HEX triplet: F2, 7E and D1. RGB value is (242,126,209). Sum of RGB (Red+Green+Blue) = 242+126+209=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ED1 is #0D812E. Grayscale: #A9A9A9. Windows color (decimal): -885039 or 13729522. OLE color: 13729522.
HSL color Cylindrical-coordinate representation of color #F27ED1: hue angle of 317.07º 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 #F27ED1 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 209 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.05 |
| HSL | 317.07º | 0.82% | 0.72% | - |
| HSV(B) | 317.07º | 0.48% | 0.95% | - |
| XYZ | 55.59 | 38.4 | 64.8 | - |
| YUV | 170.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 209 | 0 | 0.48 | 0.14 | 0.05 | 317.07 | 0.82 | 0.72 |
| Hex | F2 | 7E | D1 | 0 | 30 | E | 5 | 13D | 52 | 48 |
| Octal | 362 | 176 | 321 | 0 | 60 | 16 | 5 | 475 | 122 | 110 |
| Binary | 11110010 | 1111110 | 11010001 | 0 | 110000 | 1110 | 101 | 100111101 | 1010010 | 1001000 |
Color Harmonies of #F27ED1
Complementary color
Monochromatic Colors of #F27ED1
Black with #F27ED1
Text Example
Text Example
White with #F27ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ED1; }
p { color: rgb(242,126,209); }
H1.HeaderClassName
{
color: #F27ED1;
}
.AnyTagClassName
{
color: #F27ED1;
}
</style>
background-color css
<style>
a { background-color: #F27ED1; }
a { background-color: rgb(242,126,209); }
div.DivClassName
{
background-color: #F27ED1;
}
.BgClassName
{
background-color: #F27ED1;
}
</style>
border-color css
<style>
span { border-color: #F27ED1; }
span { border-color: rgb(242,126,209); }
td.TdClassName
{
border-color: #F27ED1;
}
.TagClassName
{
border-color: #F27ED1;
}
</style>