#F49D99

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

Shades of Sweet Pink #F49D99

Tints of Sweet Pink #F49D99

Color information

#F49D99 (or 0xF49D99) is unknown color: approx Sweet Pink. HEX triplet: F4, 9D and 99. RGB value is (244,157,153). Sum of RGB (Red+Green+Blue) = 244+157+153=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49D99 is #0B6266. Grayscale: #B6B6B6. Windows color (decimal): -746087 or 10067444. OLE color: 10067444.

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

Color convert

RGB244157153-
CMYK00.360.370.04
HSL2.64º80.53%77.84%-
HSV(B)2.64º37.3%95.69%-
XYZ55.1145.6536.04-
YUV182.56111.32171.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.04%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=44.04%
G=28.34%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415715300.360.370.042.6480.5377.84
HexF49D990242543514e
Octal3642352310444543121116
Binary11110100100111011001100101001001001011001110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49D99; }

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

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

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

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

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

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

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

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