Html Css Color HEX #F4A072 Hit Pink

📋 copy color: '#F4A072'

red 244 ◦ green 160 ◦ blue 114

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

Shades of Hit Pink #F4A072

Tints of Hit Pink #F4A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.01%

R = 47.1%
G = 30.89%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F4A072 (or 0xF4A072) is known color: Hit Pink. HEX triplet: F4, A0 and 72. RGB value is (244,160,114). Sum of RGB (Red+Green+Blue) = 244+160+114=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A072 is #0B5F8D. Grayscale: #B4B4B4. Windows color (decimal): -745358 or 7512308. OLE color: 7512308.

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

Color convert

RGB 244 160 114 -
CMYK 0 0.34 0.53 0.04
HSL 21.23º 0.86% 0.7% -
HSV(B) 21.23º 0.53% 0.96% -
XYZ 52.92 45.59 21.93 -
YUV 179.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 244 160 114 0 0.34 0.53 0.04 21.23 0.86 0.7
Hex F4 A0 72 0 22 35 4 15 56 46
Octal 364 240 162 0 42 65 4 25 126 106
Binary 11110100 10100000 1110010 0 100010 110101 100 10101 1010110 1000110

Color Harmonies of #F4A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A072

Black with #F4A072

Text Example


Text Example

White with #F4A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A072; }

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

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

background-color css

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

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

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

border-color css

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

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

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