#F286BE

Color #F286BE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F286BE

Tints of Tea Rose #F286BE

Color information

#F286BE (or 0xF286BE) is unknown color: approx Tea Rose. HEX triplet: F2, 86 and BE. RGB value is (242,134,190). Sum of RGB (Red+Green+Blue) = 242+134+190=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F286BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286BE is #0D7941. Grayscale: #ACACAC. Windows color (decimal): -883010 or 12486386. OLE color: 12486386.

HSL color Cylindrical-coordinate representation of color #F286BE: hue angle of 328.89º 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 #F286BE is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242134190-
CMYK00.450.210.05
HSL328.89º80.6%73.73%-
HSV(B)328.89º44.63%94.9%-
XYZ54.4439.6553.5-
YUV172.68137.78177.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=42.76%
G=23.67%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213419000.450.210.05328.8980.673.73
HexF286BE02D155149514a
Octal362206276055255511121112
Binary11110010100001101011111001011011010110110100100110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F286BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F286BE; }

 p { color: rgb(242,134,190); }

 H1.HeaderClassName
 {
   color: #F286BE;
 }
 .AnyTagClassName
 {
   color: #F286BE;
 }
</style>
background-color css

<style>
 a { background-color: #F286BE; }

 a { background-color: rgb(242,134,190); }

 div.DivClassName
 {
   background-color: #F286BE;
 }
 .BgClassName
 {
   background-color: #F286BE;
 }
</style>
border-color css

<style>
 span { border-color: #F286BE; }

 span { border-color: rgb(242,134,190); }

 td.TdClassName
 {
   border-color: #F286BE;
 }
 .TagClassName
 {
   border-color: #F286BE;
 }
</style>