Shades of Tea Rose #F28ECF
Tints of Tea Rose #F28ECF
RGB
CMYK
RGB Variations
Color information
#F28ECF (or 0xF28ECF) is known color: Tea Rose. HEX triplet: F2, 8E and CF. RGB value is (242,142,207). Sum of RGB (Red+Green+Blue) = 242+142+207=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ECF is #0D7130. Grayscale: #B3B3B3. Windows color (decimal): -880945 or 13602546. OLE color: 13602546.
HSL color Cylindrical-coordinate representation of color #F28ECF: hue angle of 321º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28ECF is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 207 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.05 |
| HSL | 321º | 0.79% | 0.75% | - |
| HSV(B) | 321º | 0.41% | 0.95% | - |
| XYZ | 57.55 | 42.73 | 64.25 | - |
| YUV | 179.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 207 | 0 | 0.41 | 0.14 | 0.05 | 321 | 0.79 | 0.75 |
| Hex | F2 | 8E | CF | 0 | 29 | E | 5 | 141 | 4F | 4B |
| Octal | 362 | 216 | 317 | 0 | 51 | 16 | 5 | 501 | 117 | 113 |
| Binary | 11110010 | 10001110 | 11001111 | 0 | 101001 | 1110 | 101 | 101000001 | 1001111 | 1001011 |
Color Harmonies of #F28ECF
Complementary color
Monochromatic Colors of #F28ECF
Black with #F28ECF
Text Example
Text Example
White with #F28ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28ECF; }
p { color: rgb(242,142,207); }
H1.HeaderClassName
{
color: #F28ECF;
}
.AnyTagClassName
{
color: #F28ECF;
}
</style>
background-color css
<style>
a { background-color: #F28ECF; }
a { background-color: rgb(242,142,207); }
div.DivClassName
{
background-color: #F28ECF;
}
.BgClassName
{
background-color: #F28ECF;
}
</style>
border-color css
<style>
span { border-color: #F28ECF; }
span { border-color: rgb(242,142,207); }
td.TdClassName
{
border-color: #F28ECF;
}
.TagClassName
{
border-color: #F28ECF;
}
</style>