#F49595

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

Shades of Sweet Pink #F49595

Tints of Sweet Pink #F49595

Color information

#F49595 (or 0xF49595) is unknown color: approx Sweet Pink. HEX triplet: F4, 95 and 95. RGB value is (244,149,149). Sum of RGB (Red+Green+Blue) = 244+149+149=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F49595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49595 is #0B6A6A. Grayscale: #B1B1B1. Windows color (decimal): -748139 or 9803252. OLE color: 9803252.

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

Color convert

RGB244149149-
CMYK00.390.390.04
HSL81.2%77.06%-
HSV(B)38.93%95.69%-
XYZ53.4842.933.9-
YUV177.4111.97175.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.02%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 149 (58.59% from 255) = 27.49%
R=45.02%
G=27.49%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414914900.390.390.04081.277.06
HexF495950272740514d
Octal3642252250474740121115
Binary1111010010010101100101010100111100111100010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49595; }

 p { color: rgb(244,149,149); }

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

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

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

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

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

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

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