Html Css Color HEX #F5A46D Hit Pink

📋 copy color: '#F5A46D'

red 245 ◦ green 164 ◦ blue 109

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

Shades of Hit Pink #F5A46D

Tints of Hit Pink #F5A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.66%

 BLUE value IS 109 (42.97% from 255) = 21.04%

R = 47.3%
G = 31.66%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5A46D (or 0xF5A46D) is known color: Hit Pink. HEX triplet: F5, A4 and 6D. RGB value is (245,164,109). Sum of RGB (Red+Green+Blue) = 245+164+109=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A46D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A46D is #0A5B92. Grayscale: #B6B6B6. Windows color (decimal): -678803 or 7185653. OLE color: 7185653.

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

Color convert

RGB 245 164 109 -
CMYK 0 0.33 0.56 0.04
HSL 24.26º 0.87% 0.69% -
HSV(B) 24.26º 0.56% 0.96% -
XYZ 53.69 47.07 20.72 -
YUV 181.95 86.84 172.97 -
System Red Green Blue C M Y K H S L
Decimal 245 164 109 0 0.33 0.56 0.04 24.26 0.87 0.69
Hex F5 A4 6D 0 21 38 4 18 57 45
Octal 365 244 155 0 41 70 4 30 127 105
Binary 11110101 10100100 1101101 0 100001 111000 100 11000 1010111 1000101

Color Harmonies of #F5A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A46D

Black with #F5A46D

Text Example


Text Example

White with #F5A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A46D; }

 p { color: rgb(245,164,109); }

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

background-color css

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

 a { background-color: rgb(245,164,109); }

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

border-color css

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

 span { border-color: rgb(245,164,109); }

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