Shades of Tea Rose #F286BD
Tints of Tea Rose #F286BD
RGB
CMYK
RGB Variations
Color information
#F286BD (or 0xF286BD) is known color: Tea Rose. HEX triplet: F2, 86 and BD. RGB value is (242,134,189). Sum of RGB (Red+Green+Blue) = 242+134+189=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F286BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286BD is #0D7942. Grayscale: #ACACAC. Windows color (decimal): -883011 or 12420850. OLE color: 12420850.
HSL color Cylindrical-coordinate representation of color #F286BD: hue angle of 329.44º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F286BD is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 189 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.05 |
| HSL | 329.44º | 0.81% | 0.74% | - |
| HSV(B) | 329.44º | 0.45% | 0.95% | - |
| XYZ | 54.33 | 39.6 | 52.92 | - |
| YUV | 172.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 189 | 0 | 0.45 | 0.22 | 0.05 | 329.44 | 0.81 | 0.74 |
| Hex | F2 | 86 | BD | 0 | 2D | 16 | 5 | 149 | 51 | 4A |
| Octal | 362 | 206 | 275 | 0 | 55 | 26 | 5 | 511 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10111101 | 0 | 101101 | 10110 | 101 | 101001001 | 1010001 | 1001010 |
Color Harmonies of #F286BD
Complementary color
Monochromatic Colors of #F286BD
Black with #F286BD
Text Example
Text Example
White with #F286BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286BD; }
p { color: rgb(242,134,189); }
H1.HeaderClassName
{
color: #F286BD;
}
.AnyTagClassName
{
color: #F286BD;
}
</style>
background-color css
<style>
a { background-color: #F286BD; }
a { background-color: rgb(242,134,189); }
div.DivClassName
{
background-color: #F286BD;
}
.BgClassName
{
background-color: #F286BD;
}
</style>
border-color css
<style>
span { border-color: #F286BD; }
span { border-color: rgb(242,134,189); }
td.TdClassName
{
border-color: #F286BD;
}
.TagClassName
{
border-color: #F286BD;
}
</style>