#F49C95

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

Shades of Sweet Pink #F49C95

Tints of Sweet Pink #F49C95

Color information

#F49C95 (or 0xF49C95) is unknown color: approx Sweet Pink. HEX triplet: F4, 9C and 95. RGB value is (244,156,149). Sum of RGB (Red+Green+Blue) = 244+156+149=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49C95 is #0B636A. Grayscale: #B5B5B5. Windows color (decimal): -746347 or 9805044. OLE color: 9805044.

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

Color convert

RGB244156149-
CMYK00.360.390.04
HSL4.42º81.2%77.06%-
HSV(B)4.42º38.93%95.69%-
XYZ54.6245.1834.28-
YUV181.51109.65172.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.44%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=44.44%
G=28.42%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415614900.360.390.044.4281.277.06
HexF49C950242744514d
Octal3642342250444744121115
Binary111101001001110010010101010010010011110010010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49C95; }

 p { color: rgb(244,156,149); }

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

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

 a { background-color: rgb(244,156,149); }

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

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

 span { border-color: rgb(244,156,149); }

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