#F586BF

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

Shades of Tea Rose #F586BF

Tints of Tea Rose #F586BF

Color information

#F586BF (or 0xF586BF) is unknown color: approx Tea Rose. HEX triplet: F5, 86 and BF. RGB value is (245,134,191). Sum of RGB (Red+Green+Blue) = 245+134+191=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F586BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586BF is #0A7940. Grayscale: #ADADAD. Windows color (decimal): -686401 or 12551925. OLE color: 12551925.

HSL color Cylindrical-coordinate representation of color #F586BF: hue angle of 329.19º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F586BF is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245134191-
CMYK00.450.220.04
HSL329.19º84.73%74.31%-
HSV(B)329.19º45.31%96.08%-
XYZ55.5940.2254.12-
YUV173.69137.77178.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.98%
GREEN value IS 134 (52.73% from 255) = 23.51%
BLUE value IS 191 (75% from 255) = 33.51%
R=42.98%
G=23.51%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513419100.450.220.04329.1984.7374.31
HexF586BF02D164149554a
Octal365206277055264511125112
Binary11110101100001101011111101011011011010010100100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F586BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F586BF; }

 p { color: rgb(245,134,191); }

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

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

 a { background-color: rgb(245,134,191); }

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

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

 span { border-color: rgb(245,134,191); }

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