#F5958D

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

Shades of Sweet Pink #F5958D

Tints of Sweet Pink #F5958D

Color information

#F5958D (or 0xF5958D) is unknown color: approx Sweet Pink. HEX triplet: F5, 95 and 8D. RGB value is (245,149,141). Sum of RGB (Red+Green+Blue) = 245+149+141=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5958D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5958D is #0A6A72. Grayscale: #B0B0B0. Windows color (decimal): -682611 or 9278965. OLE color: 9278965.

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

Color convert

RGB245149141-
CMYK00.390.420.04
HSL4.62º83.87%75.69%-
HSV(B)4.62º42.45%96.08%-
XYZ53.2142.8330.66-
YUV176.79107.8176.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.79%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=45.79%
G=27.85%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514914100.390.420.044.6283.8775.69
HexF5958D0272A45544c
Octal3652252150475245124114
Binary111101011001010110001101010011110101010010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5958D; }

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

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

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

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

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

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

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

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