#F49E9A

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

Shades of Sweet Pink #F49E9A

Tints of Sweet Pink #F49E9A

Color information

#F49E9A (or 0xF49E9A) is unknown color: approx Sweet Pink. HEX triplet: F4, 9E and 9A. RGB value is (244,158,154). Sum of RGB (Red+Green+Blue) = 244+158+154=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49E9A is #0B6165. Grayscale: #B7B7B7. Windows color (decimal): -745830 or 10133236. OLE color: 10133236.

HSL color Cylindrical-coordinate representation of color #F49E9A: hue angle of 2.67º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49E9A is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB244158154-
CMYK00.350.370.04
HSL2.67º80.36%78.04%-
HSV(B)2.67º36.89%95.69%-
XYZ55.3746.0236.54-
YUV183.26111.49171.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.88%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=43.88%
G=28.42%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415815400.350.370.042.6780.3678.04
HexF49E9A0232543504e
Octal3642362320434543120116
Binary11110100100111101001101001000111001011001110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49E9A; }

 p { color: rgb(244,158,154); }

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

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

 a { background-color: rgb(244,158,154); }

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

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

 span { border-color: rgb(244,158,154); }

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