#F49992

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

Shades of Sweet Pink #F49992

Tints of Sweet Pink #F49992

Color information

#F49992 (or 0xF49992) is unknown color: approx Sweet Pink. HEX triplet: F4, 99 and 92. RGB value is (244,153,146). Sum of RGB (Red+Green+Blue) = 244+153+146=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F49992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49992 is #0B666D. Grayscale: #B3B3B3. Windows color (decimal): -747118 or 9607668. OLE color: 9607668.

HSL color Cylindrical-coordinate representation of color #F49992: hue angle of 4.29º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F49992 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB244153146-
CMYK00.370.400.04
HSL4.29º81.67%76.47%-
HSV(B)4.29º40.16%95.69%-
XYZ53.8944.0932.86-
YUV179.41109.15174.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.94%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=44.94%
G=28.18%
B=26.89%

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
Decimal24415314600.370.400.044.2981.6776.47
HexF499920252844524c
Octal3642312220455044122114
Binary111101001001100110010010010010110100010010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49992; }

 p { color: rgb(244,153,146); }

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

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

 a { background-color: rgb(244,153,146); }

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

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

 span { border-color: rgb(244,153,146); }

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