#F58B85

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

Shades of Sweet Pink #F58B85

Tints of Sweet Pink #F58B85

Color information

#F58B85 (or 0xF58B85) is unknown color: approx Sweet Pink. HEX triplet: F5, 8B and 85. RGB value is (245,139,133). Sum of RGB (Red+Green+Blue) = 245+139+133=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58B85 is #0A747A. Grayscale: #AAAAAA. Windows color (decimal): -685179 or 8752117. OLE color: 8752117.

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

Color convert

RGB245139133-
CMYK00.430.460.04
HSL3.21º84.85%74.12%-
HSV(B)3.21º45.71%96.08%-
XYZ51.1239.5727.13-
YUV170.01107.12181.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 133 (52.34% from 255) = 25.73%
R=47.39%
G=26.89%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513913300.430.460.043.2184.8574.12
HexF58B8502B2E43554a
Octal3652132050535643125112
Binary11110101100010111000010101010111011101001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58B85; }

 p { color: rgb(245,139,133); }

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

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

 a { background-color: rgb(245,139,133); }

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

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

 span { border-color: rgb(245,139,133); }

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