#F49A93

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

Shades of Sweet Pink #F49A93

Tints of Sweet Pink #F49A93

Color information

#F49A93 (or 0xF49A93) is unknown color: approx Sweet Pink. HEX triplet: F4, 9A and 93. RGB value is (244,154,147). Sum of RGB (Red+Green+Blue) = 244+154+147=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49A93 is #0B656C. Grayscale: #B4B4B4. Windows color (decimal): -746861 or 9673460. OLE color: 9673460.

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

Color convert

RGB244154147-
CMYK00.370.400.04
HSL4.33º81.51%76.67%-
HSV(B)4.33º39.75%95.69%-
XYZ54.1344.4533.33-
YUV180.11109.32173.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.77%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=44.77%
G=28.26%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415414700.370.400.044.3381.5176.67
HexF49A930252844524d
Octal3642322230455044122115
Binary111101001001101010010011010010110100010010010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49A93; }

 p { color: rgb(244,154,147); }

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

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

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

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

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

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

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