#F4A370

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

Shades of Hit Pink #F4A370

Tints of Hit Pink #F4A370

Color information

#F4A370 (or 0xF4A370) is unknown color: approx Hit Pink. HEX triplet: F4, A3 and 70. RGB value is (244,163,112). Sum of RGB (Red+Green+Blue) = 244+163+112=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A370 is #0B5C8F. Grayscale: #B5B5B5. Windows color (decimal): -744592 or 7382004. OLE color: 7382004.

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

Color convert

RGB244163112-
CMYK00.330.540.04
HSL23.18º85.71%69.8%-
HSV(B)23.18º54.1%95.69%-
XYZ53.3346.621.51-
YUV181.488.84172.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.01%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 112 (44.14% from 255) = 21.58%
R=47.01%
G=31.41%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416311200.330.540.0423.1885.7169.8
HexF4A370021364175646
Octal36424316004166427126106
Binary1111010010100011111000001000011101101001011110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A370; }

 p { color: rgb(244,163,112); }

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

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

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

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

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

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

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