#F58A85

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

Shades of Sweet Pink #F58A85

Tints of Sweet Pink #F58A85

Color information

#F58A85 (or 0xF58A85) is unknown color: approx Sweet Pink. HEX triplet: F5, 8A and 85. RGB value is (245,138,133). Sum of RGB (Red+Green+Blue) = 245+138+133=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58A85 is #0A757A. Grayscale: #A9A9A9. Windows color (decimal): -685435 or 8751861. OLE color: 8751861.

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

Color convert

RGB245138133-
CMYK00.440.460.04
HSL2.68º84.85%74.12%-
HSV(B)2.68º45.71%96.08%-
XYZ50.9839.2827.09-
YUV169.42107.45181.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.48%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=47.48%
G=26.74%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513813300.440.460.042.6884.8574.12
HexF58A8502C2E43554a
Octal3652122050545643125112
Binary11110101100010101000010101011001011101001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58A85; }

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

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

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

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

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

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

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

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