#F085BF

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

Shades of Tea Rose #F085BF

Tints of Tea Rose #F085BF

Color information

#F085BF (or 0xF085BF) is unknown color: approx Tea Rose. HEX triplet: F0, 85 and BF. RGB value is (240,133,191). Sum of RGB (Red+Green+Blue) = 240+133+191=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F085BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085BF is #0F7A40. Grayscale: #ABABAB. Windows color (decimal): -1014337 or 12551664. OLE color: 12551664.

HSL color Cylindrical-coordinate representation of color #F085BF: hue angle of 327.48º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085BF is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240133191-
CMYK00.450.200.06
HSL327.48º78.1%73.14%-
HSV(B)327.48º44.58%94.12%-
XYZ53.7339.0654-
YUV171.6138.95176.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.55%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 191 (75% from 255) = 33.87%
R=42.55%
G=23.58%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013319100.450.200.06327.4878.173.14
HexF085BF02D1461474e49
Octal360205277055246507116111
Binary11110000100001011011111101011011010011010100011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085BF; }

 p { color: rgb(240,133,191); }

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

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

 a { background-color: rgb(240,133,191); }

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

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

 span { border-color: rgb(240,133,191); }

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