#F590BF

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

Shades of Tea Rose #F590BF

Tints of Tea Rose #F590BF

Color information

#F590BF (or 0xF590BF) is unknown color: approx Tea Rose. HEX triplet: F5, 90 and BF. RGB value is (245,144,191). Sum of RGB (Red+Green+Blue) = 245+144+191=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F590BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590BF is #0A6F40. Grayscale: #B3B3B3. Windows color (decimal): -683841 or 12554485. OLE color: 12554485.

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

Color convert

RGB245144191-
CMYK00.410.220.04
HSL332.08º83.47%76.27%-
HSV(B)332.08º41.22%96.08%-
XYZ57.0343.1254.61-
YUV179.56134.46174.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 191 (75% from 255) = 32.93%
R=42.24%
G=24.83%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514419100.410.220.04332.0883.4776.27
HexF590BF02916414c534c
Octal365220277051264514123114
Binary11110101100100001011111101010011011010010100110010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F590BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F590BF; }

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

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

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

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

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

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

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

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