Shades of Tea Rose #F286BF
Tints of Tea Rose #F286BF
RGB
CMYK
RGB Variations
Color information
#F286BF (or 0xF286BF) is known color: Tea Rose. HEX triplet: F2, 86 and BF. RGB value is (242,134,191). Sum of RGB (Red+Green+Blue) = 242+134+191=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F286BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286BF is #0D7940. Grayscale: #ACACAC. Windows color (decimal): -883009 or 12551922. OLE color: 12551922.
HSL color Cylindrical-coordinate representation of color #F286BF: hue angle of 328.33º 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 #F286BF is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 191 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.05 |
| HSL | 328.33º | 0.81% | 0.74% | - |
| HSV(B) | 328.33º | 0.45% | 0.95% | - |
| XYZ | 54.55 | 39.69 | 54.08 | - |
| YUV | 172.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 191 | 0 | 0.45 | 0.21 | 0.05 | 328.33 | 0.81 | 0.74 |
| Hex | F2 | 86 | BF | 0 | 2D | 15 | 5 | 148 | 51 | 4A |
| Octal | 362 | 206 | 277 | 0 | 55 | 25 | 5 | 510 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10111111 | 0 | 101101 | 10101 | 101 | 101001000 | 1010001 | 1001010 |
Color Harmonies of #F286BF
Complementary color
Monochromatic Colors of #F286BF
Black with #F286BF
Text Example
Text Example
White with #F286BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286BF; }
p { color: rgb(242,134,191); }
H1.HeaderClassName
{
color: #F286BF;
}
.AnyTagClassName
{
color: #F286BF;
}
</style>
background-color css
<style>
a { background-color: #F286BF; }
a { background-color: rgb(242,134,191); }
div.DivClassName
{
background-color: #F286BF;
}
.BgClassName
{
background-color: #F286BF;
}
</style>
border-color css
<style>
span { border-color: #F286BF; }
span { border-color: rgb(242,134,191); }
td.TdClassName
{
border-color: #F286BF;
}
.TagClassName
{
border-color: #F286BF;
}
</style>