#F58E8E

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

Shades of Sweet Pink #F58E8E

Tints of Sweet Pink #F58E8E

Color information

#F58E8E (or 0xF58E8E) is unknown color: approx Sweet Pink. HEX triplet: F5, 8E and 8E. RGB value is (245,142,142). Sum of RGB (Red+Green+Blue) = 245+142+142=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58E8E is #0A7171. Grayscale: #ACACAC. Windows color (decimal): -684402 or 9342709. OLE color: 9342709.

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

Color convert

RGB245142142-
CMYK00.420.420.04
HSL83.74%75.88%-
HSV(B)42.04%96.08%-
XYZ52.2140.7130.7-
YUV172.8110.62179.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.31%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=46.31%
G=26.84%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514214200.420.420.04083.7475.88
HexF58E8E02A2A40544c
Octal3652162160525240124114
Binary1111010110001110100011100101010101010100010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58E8E; }

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

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

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

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

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

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

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

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