#F49190

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

Shades of Sweet Pink #F49190

Tints of Sweet Pink #F49190

Color information

#F49190 (or 0xF49190) is unknown color: approx Sweet Pink. HEX triplet: F4, 91 and 90. RGB value is (244,145,144). Sum of RGB (Red+Green+Blue) = 244+145+144=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F49190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49190 is #0B6E6F. Grayscale: #AEAEAE. Windows color (decimal): -749168 or 9474548. OLE color: 9474548.

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

Color convert

RGB244145144-
CMYK00.410.410.04
HSL0.6º81.97%76.08%-
HSV(B)0.6º40.98%95.69%-
XYZ52.4741.531.63-
YUV174.49110.8177.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.78%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=45.78%
G=27.20%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414514400.410.410.040.681.9776.08
HexF491900292941524c
Octal3642212200515141122114
Binary1111010010010001100100000101001101001100110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49190; }

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

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

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

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

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

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

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

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