#F59694

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

Shades of Sweet Pink #F59694

Tints of Sweet Pink #F59694

Color information

#F59694 (or 0xF59694) is unknown color: approx Sweet Pink. HEX triplet: F5, 96 and 94. RGB value is (245,150,148). Sum of RGB (Red+Green+Blue) = 245+150+148=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F59694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59694 is #0A696B. Grayscale: #B2B2B2. Windows color (decimal): -682348 or 9737973. OLE color: 9737973.

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

Color convert

RGB245150148-
CMYK00.390.400.04
HSL1.24º82.91%77.06%-
HSV(B)1.24º39.59%96.08%-
XYZ53.9143.3633.55-
YUV178.18110.97175.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.12%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=45.12%
G=27.62%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515014800.390.400.041.2482.9177.06
HexF596940272841534d
Octal3652262240475041123115
Binary1111010110010110100101000100111101000100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59694; }

 p { color: rgb(245,150,148); }

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

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

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

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

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

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

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