#F59594

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

Shades of Sweet Pink #F59594

Tints of Sweet Pink #F59594

Color information

#F59594 (or 0xF59594) is unknown color: approx Sweet Pink. HEX triplet: F5, 95 and 94. RGB value is (245,149,148). Sum of RGB (Red+Green+Blue) = 245+149+148=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F59594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59594 is #0A6A6B. Grayscale: #B1B1B1. Windows color (decimal): -682604 or 9737717. OLE color: 9737717.

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

Color convert

RGB245149148-
CMYK00.390.400.04
HSL0.62º82.91%77.06%-
HSV(B)0.62º39.59%96.08%-
XYZ53.7543.0533.49-
YUV177.59111.3176.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=45.20%
G=27.49%
B=27.31%

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
Decimal24514914800.390.400.040.6282.9177.06
HexF595940272841534d
Octal3652252240475041123115
Binary1111010110010101100101000100111101000100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59594; }

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

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

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

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

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

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

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

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