Html Css Color HEX #F7A073 Hit Pink

📋 copy color: '#F7A073'

red 247 ◦ green 160 ◦ blue 115

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

Shades of Hit Pink #F7A073

Tints of Hit Pink #F7A073

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.65%

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

R = 47.32%
G = 30.65%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F7A073 (or 0xF7A073) is known color: Hit Pink. HEX triplet: F7, A0 and 73. RGB value is (247,160,115). Sum of RGB (Red+Green+Blue) = 247+160+115=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A073 is #085F8C. Grayscale: #B5B5B5. Windows color (decimal): -548749 or 7577847. OLE color: 7577847.

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

Color convert

RGB 247 160 115 -
CMYK 0 0.35 0.53 0.03
HSL 20.45º 0.89% 0.71% -
HSV(B) 20.45º 0.53% 0.97% -
XYZ 54.02 46.15 22.28 -
YUV 180.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 247 160 115 0 0.35 0.53 0.03 20.45 0.89 0.71
Hex F7 A0 73 0 23 35 3 14 59 47
Octal 367 240 163 0 43 65 3 24 131 107
Binary 11110111 10100000 1110011 0 100011 110101 11 10100 1011001 1000111

Color Harmonies of #F7A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A073

Black with #F7A073

Text Example


Text Example

White with #F7A073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A073; }

 p { color: rgb(247,160,115); }

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

background-color css

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

 a { background-color: rgb(247,160,115); }

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

border-color css

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

 span { border-color: rgb(247,160,115); }

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