#F58F89

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

Shades of Sweet Pink #F58F89

Tints of Sweet Pink #F58F89

Color information

#F58F89 (or 0xF58F89) is unknown color: approx Sweet Pink. HEX triplet: F5, 8F and 89. RGB value is (245,143,137). Sum of RGB (Red+Green+Blue) = 245+143+137=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58F89 is #0A7076. Grayscale: #ACACAC. Windows color (decimal): -684151 or 9015285. OLE color: 9015285.

HSL color Cylindrical-coordinate representation of color #F58F89: hue angle of 3.33º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58F89 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB245143137-
CMYK00.420.440.04
HSL3.33º84.38%74.9%-
HSV(B)3.33º44.08%96.08%-
XYZ51.9940.8628.81-
YUV172.81107.79179.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.67%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=46.67%
G=27.24%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514313700.420.440.043.3384.3874.9
HexF58F8902A2C43544b
Octal3652172110525443124113
Binary11110101100011111000100101010101011001001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58F89; }

 p { color: rgb(245,143,137); }

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

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

 a { background-color: rgb(245,143,137); }

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

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

 span { border-color: rgb(245,143,137); }

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