#F58D8A

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

Shades of Sweet Pink #F58D8A

Tints of Sweet Pink #F58D8A

Color information

#F58D8A (or 0xF58D8A) is unknown color: approx Sweet Pink. HEX triplet: F5, 8D and 8A. RGB value is (245,141,138). Sum of RGB (Red+Green+Blue) = 245+141+138=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58D8A is #0A7275. Grayscale: #ABABAB. Windows color (decimal): -684662 or 9080309. OLE color: 9080309.

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

Color convert

RGB245141138-
CMYK00.420.440.04
HSL1.68º84.25%75.1%-
HSV(B)1.68º43.67%96.08%-
XYZ51.7740.329.09-
YUV171.75108.96180.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.76%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=46.76%
G=26.91%
B=26.34%

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
Decimal24514113800.420.440.041.6884.2575.1
HexF58D8A02A2C42544b
Octal3652152120525442124113
Binary11110101100011011000101001010101011001001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58D8A; }

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

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

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

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

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

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

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

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