#F59390

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

Shades of Sweet Pink #F59390

Tints of Sweet Pink #F59390

Color information

#F59390 (or 0xF59390) is unknown color: approx Sweet Pink. HEX triplet: F5, 93 and 90. RGB value is (245,147,144). Sum of RGB (Red+Green+Blue) = 245+147+144=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F59390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59390 is #0A6C6F. Grayscale: #B0B0B0. Windows color (decimal): -683120 or 9475061. OLE color: 9475061.

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

Color convert

RGB245147144-
CMYK00.40.410.04
HSL1.78º83.47%76.27%-
HSV(B)1.78º41.22%96.08%-
XYZ53.1242.2931.75-
YUV175.96109.97177.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.71%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=45.71%
G=27.43%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514714400.40.410.041.7883.4776.27
HexF593900282942534c
Octal3652232200505142123114
Binary11110101100100111001000001010001010011001010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59390; }

 p { color: rgb(245,147,144); }

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

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

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

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

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

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

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