#F59A94

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

Shades of Sweet Pink #F59A94

Tints of Sweet Pink #F59A94

Color information

#F59A94 (or 0xF59A94) is unknown color: approx Sweet Pink. HEX triplet: F5, 9A and 94. RGB value is (245,154,148). Sum of RGB (Red+Green+Blue) = 245+154+148=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59A94 is #0A656B. Grayscale: #B4B4B4. Windows color (decimal): -681324 or 9738997. OLE color: 9738997.

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

Color convert

RGB245154148-
CMYK00.370.400.04
HSL3.71º82.91%77.06%-
HSV(B)3.71º39.59%96.08%-
XYZ54.5644.6633.76-
YUV180.52109.65173.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.79%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=44.79%
G=28.15%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515414800.370.400.043.7182.9177.06
HexF59A940252844534d
Octal3652322240455044123115
Binary111101011001101010010100010010110100010010010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59A94; }

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

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

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

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

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

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

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

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