Html Css Color HEX #F5A374 Hit Pink

📋 copy color: '#F5A374'

red 245 ◦ green 163 ◦ blue 116

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

Shades of Hit Pink #F5A374

Tints of Hit Pink #F5A374

RGB

 RED value IS 245 (96.09% from 255) = 46.76%

 GREEN value IS 163 (64.06% from 255) = 31.11%

 BLUE value IS 116 (45.7% from 255) = 22.14%

R = 46.76%
G = 31.11%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5A374 (or 0xF5A374) is known color: Hit Pink. HEX triplet: F5, A3 and 74. RGB value is (245,163,116). Sum of RGB (Red+Green+Blue) = 245+163+116=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A374 is #0A5C8B. Grayscale: #B6B6B6. Windows color (decimal): -679052 or 7644149. OLE color: 7644149.

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

Color convert

RGB 245 163 116 -
CMYK 0 0.33 0.53 0.04
HSL 21.86º 0.87% 0.71% -
HSV(B) 21.86º 0.53% 0.96% -
XYZ 53.91 46.87 22.73 -
YUV 182.16 90.67 172.82 -
System Red Green Blue C M Y K H S L
Decimal 245 163 116 0 0.33 0.53 0.04 21.86 0.87 0.71
Hex F5 A3 74 0 21 35 4 16 57 47
Octal 365 243 164 0 41 65 4 26 127 107
Binary 11110101 10100011 1110100 0 100001 110101 100 10110 1010111 1000111

Color Harmonies of #F5A374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A374

Black with #F5A374

Text Example


Text Example

White with #F5A374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A374; }

 p { color: rgb(245,163,116); }

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

background-color css

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

 a { background-color: rgb(245,163,116); }

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

border-color css

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

 span { border-color: rgb(245,163,116); }

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