#F59D9C

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

Shades of Sweet Pink #F59D9C

Tints of Sweet Pink #F59D9C

Color information

#F59D9C (or 0xF59D9C) is unknown color: approx Sweet Pink. HEX triplet: F5, 9D and 9C. RGB value is (245,157,156). Sum of RGB (Red+Green+Blue) = 245+157+156=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F59D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59D9C is #0A6263. Grayscale: #B7B7B7. Windows color (decimal): -680548 or 10264053. OLE color: 10264053.

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

Color convert

RGB245157156-
CMYK00.360.360.04
HSL0.67º81.65%78.63%-
HSV(B)0.67º36.33%96.08%-
XYZ55.7145.9337.38-
YUV183.2112.65172.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.91%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=43.91%
G=28.14%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515715600.360.360.040.6781.6578.63
HexF59D9C0242441524f
Octal3652352340444441122117
Binary1111010110011101100111000100100100100100110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59D9C; }

 p { color: rgb(245,157,156); }

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

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

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

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

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

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

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