#F58F85

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

Shades of Sweet Pink #F58F85

Tints of Sweet Pink #F58F85

Color information

#F58F85 (or 0xF58F85) is unknown color: approx Sweet Pink. HEX triplet: F5, 8F and 85. RGB value is (245,143,133). Sum of RGB (Red+Green+Blue) = 245+143+133=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58F85 is #0A707A. Grayscale: #ACACAC. Windows color (decimal): -684155 or 8753141. OLE color: 8753141.

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

Color convert

RGB245143133-
CMYK00.420.460.04
HSL5.36º84.85%74.12%-
HSV(B)5.36º45.71%96.08%-
XYZ51.7140.7527.33-
YUV172.36105.79179.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=47.02%
G=27.45%
B=25.53%

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
Decimal24514313300.420.460.045.3684.8574.12
HexF58F8502A2E45554a
Octal3652172050525645125112
Binary111101011000111110000101010101010111010010110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58F85; }

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

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

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

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

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

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

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

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