#F49289

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

Shades of Sweet Pink #F49289

Tints of Sweet Pink #F49289

Color information

#F49289 (or 0xF49289) is unknown color: approx Sweet Pink. HEX triplet: F4, 92 and 89. RGB value is (244,146,137). Sum of RGB (Red+Green+Blue) = 244+146+137=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F49289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49289 is #0B6D76. Grayscale: #AEAEAE. Windows color (decimal): -748919 or 9016052. OLE color: 9016052.

HSL color Cylindrical-coordinate representation of color #F49289: hue angle of 5.05º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F49289 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB244146137-
CMYK00.400.440.04
HSL5.05º82.95%74.71%-
HSV(B)5.05º43.85%95.69%-
XYZ52.141.628.95-
YUV174.28106.97177.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.30%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 137 (53.91% from 255) = 26.00%
R=46.30%
G=27.70%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414613700.400.440.045.0582.9574.71
HexF492890282C45534b
Octal3642222110505445123113
Binary111101001001001010001001010100010110010010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49289; }

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

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

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

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

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

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

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

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