#F59B95

Color #F59B95 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F59B95

Tints of Sweet Pink #F59B95

Color information

#F59B95 (or 0xF59B95) is unknown color: approx Sweet Pink. HEX triplet: F5, 9B and 95. RGB value is (245,155,149). Sum of RGB (Red+Green+Blue) = 245+155+149=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59B95 is #0A646A. Grayscale: #B5B5B5. Windows color (decimal): -681067 or 9804789. OLE color: 9804789.

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

Color convert

RGB245155149-
CMYK00.370.390.04
HSL3.75º82.76%77.25%-
HSV(B)3.75º39.18%96.08%-
XYZ54.845.0334.24-
YUV181.23109.82173.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.63%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=44.63%
G=28.23%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515514900.370.390.043.7582.7677.25
HexF59B950252744534d
Octal3652332250454744123115
Binary111101011001101110010101010010110011110010010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59B95; }

 p { color: rgb(245,155,149); }

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

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

 a { background-color: rgb(245,155,149); }

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

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

 span { border-color: rgb(245,155,149); }

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