Html Css Color HEX #F5A671 Hit Pink

📋 copy color: '#F5A671'

red 245 ◦ green 166 ◦ blue 113

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

Shades of Hit Pink #F5A671

Tints of Hit Pink #F5A671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.68%

 BLUE value IS 113 (44.53% from 255) = 21.56%

R = 46.76%
G = 31.68%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F5A671 (or 0xF5A671) is known color: Hit Pink. HEX triplet: F5, A6 and 71. RGB value is (245,166,113). Sum of RGB (Red+Green+Blue) = 245+166+113=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A671 is #0A598E. Grayscale: #B7B7B7. Windows color (decimal): -678287 or 7448309. OLE color: 7448309.

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

Color convert

RGB 245 166 113 -
CMYK 0 0.32 0.54 0.04
HSL 24.09º 0.87% 0.7% -
HSV(B) 24.09º 0.54% 0.96% -
XYZ 54.27 47.88 22 -
YUV 183.58 88.17 171.81 -
System Red Green Blue C M Y K H S L
Decimal 245 166 113 0 0.32 0.54 0.04 24.09 0.87 0.7
Hex F5 A6 71 0 20 36 4 18 57 46
Octal 365 246 161 0 40 66 4 30 127 106
Binary 11110101 10100110 1110001 0 100000 110110 100 11000 1010111 1000110

Color Harmonies of #F5A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A671

Black with #F5A671

Text Example


Text Example

White with #F5A671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A671; }

 p { color: rgb(245,166,113); }

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

background-color css

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

 a { background-color: rgb(245,166,113); }

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

border-color css

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

 span { border-color: rgb(245,166,113); }

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