#F49391

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

Shades of Sweet Pink #F49391

Tints of Sweet Pink #F49391

Color information

#F49391 (or 0xF49391) is unknown color: approx Sweet Pink. HEX triplet: F4, 93 and 91. RGB value is (244,147,145). Sum of RGB (Red+Green+Blue) = 244+147+145=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F49391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49391 is #0B6C6E. Grayscale: #AFAFAF. Windows color (decimal): -748655 or 9540596. OLE color: 9540596.

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

Color convert

RGB244147145-
CMYK00.400.410.04
HSL1.21º81.82%76.27%-
HSV(B)1.21º40.57%95.69%-
XYZ52.8542.1432.14-
YUV175.78110.64176.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.52%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 145 (57.03% from 255) = 27.05%
R=45.52%
G=27.43%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414714500.400.410.041.2181.8276.27
HexF493910282941524c
Octal3642232210505141122114
Binary1111010010010011100100010101000101001100110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49391; }

 p { color: rgb(244,147,145); }

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

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

 a { background-color: rgb(244,147,145); }

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

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

 span { border-color: rgb(244,147,145); }

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