#F49D73

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

Shades of Hit Pink #F49D73

Tints of Hit Pink #F49D73

Color information

#F49D73 (or 0xF49D73) is unknown color: approx Hit Pink. HEX triplet: F4, 9D and 73. RGB value is (244,157,115). Sum of RGB (Red+Green+Blue) = 244+157+115=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49D73 is #0B628C. Grayscale: #B2B2B2. Windows color (decimal): -746125 or 7577076. OLE color: 7577076.

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

Color convert

RGB244157115-
CMYK00.360.530.04
HSL19.53º85.43%70.39%-
HSV(B)19.53º52.87%95.69%-
XYZ52.4644.5822.06-
YUV178.2392.32174.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.29%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 115 (45.31% from 255) = 22.29%
R=47.29%
G=30.43%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415711500.360.530.0419.5385.4370.39
HexF49D73024354145546
Octal36423516304465424125106
Binary1111010010011101111001101001001101011001010010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49D73; }

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

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

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

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

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

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

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

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