#F58E85

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

Shades of Sweet Pink #F58E85

Tints of Sweet Pink #F58E85

Color information

#F58E85 (or 0xF58E85) is unknown color: approx Sweet Pink. HEX triplet: F5, 8E and 85. RGB value is (245,142,133). Sum of RGB (Red+Green+Blue) = 245+142+133=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58E85 is #0A717A. Grayscale: #ABABAB. Windows color (decimal): -684411 or 8752885. OLE color: 8752885.

HSL color Cylindrical-coordinate representation of color #F58E85: hue angle of 4.82º 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 #F58E85 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245142133-
CMYK00.420.460.04
HSL4.82º84.85%74.12%-
HSV(B)4.82º45.71%96.08%-
XYZ51.5640.4527.28-
YUV171.77106.12180.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=47.12%
G=27.31%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514213300.420.460.044.8284.8574.12
HexF58E8502A2E45554a
Octal3652162050525645125112
Binary111101011000111010000101010101010111010010110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58E85; }

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

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

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

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

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

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

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

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