#F49D6E

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

Shades of Hit Pink #F49D6E

Tints of Hit Pink #F49D6E

Color information

#F49D6E (or 0xF49D6E) is unknown color: approx Hit Pink. HEX triplet: F4, 9D and 6E. RGB value is (244,157,110). Sum of RGB (Red+Green+Blue) = 244+157+110=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49D6E is #0B6291. Grayscale: #B1B1B1. Windows color (decimal): -746130 or 7249396. OLE color: 7249396.

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

Color convert

RGB244157110-
CMYK00.360.550.04
HSL21.04º85.9%69.41%-
HSV(B)21.04º54.92%95.69%-
XYZ52.1844.4720.59-
YUV177.6689.82175.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.75%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 110 (43.36% from 255) = 21.53%
R=47.75%
G=30.72%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415711000.360.550.0421.0485.969.41
HexF49D6E024374155645
Octal36423515604467425126105
Binary1111010010011101110111001001001101111001010110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49D6E; }

 p { color: rgb(244,157,110); }

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

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

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

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

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

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

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