Html Css Color HEX #F7A16C Hit Pink

📋 copy color: '#F7A16C'

red 247 ◦ green 161 ◦ blue 108

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

Shades of Hit Pink #F7A16C

Tints of Hit Pink #F7A16C

RGB

 RED value IS 247 (96.88% from 255) = 47.87%

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

 BLUE value IS 108 (42.58% from 255) = 20.93%

R = 47.87%
G = 31.2%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F7A16C (or 0xF7A16C) is known color: Hit Pink. HEX triplet: F7, A1 and 6C. RGB value is (247,161,108). Sum of RGB (Red+Green+Blue) = 247+161+108=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A16C is #085E93. Grayscale: #B4B4B4. Windows color (decimal): -548500 or 7119351. OLE color: 7119351.

HSL color Cylindrical-coordinate representation of color #F7A16C: hue angle of 22.88º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7A16C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 161 108 -
CMYK 0 0.35 0.56 0.03
HSL 22.88º 0.9% 0.7% -
HSV(B) 22.88º 0.56% 0.97% -
XYZ 53.81 46.35 20.3 -
YUV 180.67 86.99 175.31 -
System Red Green Blue C M Y K H S L
Decimal 247 161 108 0 0.35 0.56 0.03 22.88 0.9 0.7
Hex F7 A1 6C 0 23 38 3 17 5A 46
Octal 367 241 154 0 43 70 3 27 132 106
Binary 11110111 10100001 1101100 0 100011 111000 11 10111 1011010 1000110

Color Harmonies of #F7A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A16C

Black with #F7A16C

Text Example


Text Example

White with #F7A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A16C; }

 p { color: rgb(247,161,108); }

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

background-color css

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

 a { background-color: rgb(247,161,108); }

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

border-color css

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

 span { border-color: rgb(247,161,108); }

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