Html Css Color HEX #F4A070 Hit Pink

📋 copy color: '#F4A070'

red 244 ◦ green 160 ◦ blue 112

#F4A070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #F4A070

Tints of Hit Pink #F4A070

RGB

 RED value IS 244 (95.7% from 255) = 47.29%

 GREEN value IS 160 (62.89% from 255) = 31.01%

 BLUE value IS 112 (44.14% from 255) = 21.71%

R = 47.29%
G = 31.01%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F4A070 (or 0xF4A070) is known color: Hit Pink. HEX triplet: F4, A0 and 70. RGB value is (244,160,112). Sum of RGB (Red+Green+Blue) = 244+160+112=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A070 is #0B5F8F. Grayscale: #B3B3B3. Windows color (decimal): -745360 or 7381236. OLE color: 7381236.

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

Color convert

RGB 244 160 112 -
CMYK 0 0.34 0.54 0.04
HSL 21.82º 0.86% 0.7% -
HSV(B) 21.82º 0.54% 0.96% -
XYZ 52.8 45.54 21.34 -
YUV 179.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 244 160 112 0 0.34 0.54 0.04 21.82 0.86 0.7
Hex F4 A0 70 0 22 36 4 16 56 46
Octal 364 240 160 0 42 66 4 26 126 106
Binary 11110100 10100000 1110000 0 100010 110110 100 10110 1010110 1000110

Color Harmonies of #F4A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A070

Black with #F4A070

Text Example


Text Example

White with #F4A070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A070; }

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

 H1.HeaderClassName
 {
   color: #F4A070;
 }
 .AnyTagClassName
 {
   color: #F4A070;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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