#F49090

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

Shades of Sweet Pink #F49090

Tints of Sweet Pink #F49090

Color information

#F49090 (or 0xF49090) is unknown color: approx Sweet Pink. HEX triplet: F4, 90 and 90. RGB value is (244,144,144). Sum of RGB (Red+Green+Blue) = 244+144+144=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F49090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49090 is #0B6F6F. Grayscale: #AEAEAE. Windows color (decimal): -749424 or 9474292. OLE color: 9474292.

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

Color convert

RGB244144144-
CMYK00.410.410.04
HSL81.97%76.08%-
HSV(B)40.98%95.69%-
XYZ52.3241.1931.58-
YUV173.9111.13178-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.86%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 144 (56.64% from 255) = 27.07%
R=45.86%
G=27.07%
B=27.07%

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
Decimal24414414400.410.410.04081.9776.08
HexF490900292940524c
Octal3642202200515140122114
Binary1111010010010000100100000101001101001100010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49090; }

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

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

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

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

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

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

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

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