#F49188

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

Shades of Sweet Pink #F49188

Tints of Sweet Pink #F49188

Color information

#F49188 (or 0xF49188) is unknown color: approx Sweet Pink. HEX triplet: F4, 91 and 88. RGB value is (244,145,136). Sum of RGB (Red+Green+Blue) = 244+145+136=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F49188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49188 is #0B6E77. Grayscale: #ADADAD. Windows color (decimal): -749176 or 8950260. OLE color: 8950260.

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

Color convert

RGB244145136-
CMYK00.410.440.04
HSL83.08%74.51%-
HSV(B)44.26%95.69%-
XYZ51.8841.2628.52-
YUV173.58106.8178.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 136 (53.52% from 255) = 25.90%
R=46.48%
G=27.62%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414513600.410.440.04583.0874.51
HexF491880292C45534b
Octal3642212100515445123113
Binary111101001001000110001000010100110110010010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49188; }

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

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

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

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

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

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

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

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