Html Css Color HEX #F5A373 Hit Pink

📋 copy color: '#F5A373'

red 245 ◦ green 163 ◦ blue 115

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

Shades of Hit Pink #F5A373

Tints of Hit Pink #F5A373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.99%

R = 46.85%
G = 31.17%
B = 21.99%

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

#F5A373 (or 0xF5A373) is known color: Hit Pink. HEX triplet: F5, A3 and 73. RGB value is (245,163,115). Sum of RGB (Red+Green+Blue) = 245+163+115=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A373 is #0A5C8C. Grayscale: #B6B6B6. Windows color (decimal): -679053 or 7578613. OLE color: 7578613.

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

Color convert

RGB 245 163 115 -
CMYK 0 0.33 0.53 0.04
HSL 22.15º 0.87% 0.71% -
HSV(B) 22.15º 0.53% 0.96% -
XYZ 53.85 46.84 22.42 -
YUV 182.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 245 163 115 0 0.33 0.53 0.04 22.15 0.87 0.71
Hex F5 A3 73 0 21 35 4 16 57 47
Octal 365 243 163 0 41 65 4 26 127 107
Binary 11110101 10100011 1110011 0 100001 110101 100 10110 1010111 1000111

Color Harmonies of #F5A373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A373

Black with #F5A373

Text Example


Text Example

White with #F5A373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A373; }

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

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

background-color css

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

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

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

border-color css

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

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

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