#F49F6D

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

Shades of Hit Pink #F49F6D

Tints of Hit Pink #F49F6D

Color information

#F49F6D (or 0xF49F6D) is unknown color: approx Hit Pink. HEX triplet: F4, 9F and 6D. RGB value is (244,159,109). Sum of RGB (Red+Green+Blue) = 244+159+109=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F49F6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49F6D is #0B6092. Grayscale: #B3B3B3. Windows color (decimal): -745619 or 7184372. OLE color: 7184372.

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

Color convert

RGB244159109-
CMYK00.350.550.04
HSL22.22º85.99%69.22%-
HSV(B)22.22º55.33%95.69%-
XYZ52.4745.1320.41-
YUV178.7188.66174.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.66%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=47.66%
G=31.05%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415910900.350.550.0422.2285.9969.22
HexF49F6D023374165645
Octal36423715504367426126105
Binary1111010010011111110110101000111101111001011010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49F6D; }

 p { color: rgb(244,159,109); }

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

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

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

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

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

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

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