Html Css Color HEX #F5A16E Hit Pink

📋 copy color: '#F5A16E'

red 245 ◦ green 161 ◦ blue 110

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

Shades of Hit Pink #F5A16E

Tints of Hit Pink #F5A16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.2%

 BLUE value IS 110 (43.36% from 255) = 21.32%

R = 47.48%
G = 31.2%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5A16E (or 0xF5A16E) is known color: Hit Pink. HEX triplet: F5, A1 and 6E. RGB value is (245,161,110). Sum of RGB (Red+Green+Blue) = 245+161+110=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A16E is #0A5E91. Grayscale: #B4B4B4. Windows color (decimal): -679570 or 7250421. OLE color: 7250421.

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

Color convert

RGB 245 161 110 -
CMYK 0 0.34 0.55 0.04
HSL 22.67º 0.87% 0.7% -
HSV(B) 22.67º 0.55% 0.96% -
XYZ 53.22 46.03 20.83 -
YUV 180.3 88.33 174.15 -
System Red Green Blue C M Y K H S L
Decimal 245 161 110 0 0.34 0.55 0.04 22.67 0.87 0.7
Hex F5 A1 6E 0 22 37 4 17 57 46
Octal 365 241 156 0 42 67 4 27 127 106
Binary 11110101 10100001 1101110 0 100010 110111 100 10111 1010111 1000110

Color Harmonies of #F5A16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A16E

Black with #F5A16E

Text Example


Text Example

White with #F5A16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A16E; }

 p { color: rgb(245,161,110); }

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

background-color css

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

 a { background-color: rgb(245,161,110); }

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

border-color css

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

 span { border-color: rgb(245,161,110); }

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