Html Css Color HEX #F7A271 Hit Pink

📋 copy color: '#F7A271'

red 247 ◦ green 162 ◦ blue 113

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

Shades of Hit Pink #F7A271

Tints of Hit Pink #F7A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.03%

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

R = 47.32%
G = 31.03%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F7A271 (or 0xF7A271) is known color: Hit Pink. HEX triplet: F7, A2 and 71. RGB value is (247,162,113). Sum of RGB (Red+Green+Blue) = 247+162+113=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A271 is #085D8E. Grayscale: #B6B6B6. Windows color (decimal): -548239 or 7447287. OLE color: 7447287.

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

Color convert

RGB 247 162 113 -
CMYK 0 0.34 0.54 0.03
HSL 21.94º 0.89% 0.71% -
HSV(B) 21.94º 0.54% 0.97% -
XYZ 54.26 46.81 21.8 -
YUV 181.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 247 162 113 0 0.34 0.54 0.03 21.94 0.89 0.71
Hex F7 A2 71 0 22 36 3 16 59 47
Octal 367 242 161 0 42 66 3 26 131 107
Binary 11110111 10100010 1110001 0 100010 110110 11 10110 1011001 1000111

Color Harmonies of #F7A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A271

Black with #F7A271

Text Example


Text Example

White with #F7A271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A271; }

 p { color: rgb(247,162,113); }

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

background-color css

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

 a { background-color: rgb(247,162,113); }

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

border-color css

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

 span { border-color: rgb(247,162,113); }

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