Html Css Color HEX #F7A770 Hit Pink

📋 copy color: '#F7A770'

red 247 ◦ green 167 ◦ blue 112

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

Shades of Hit Pink #F7A770

Tints of Hit Pink #F7A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.75%

 BLUE value IS 112 (44.14% from 255) = 21.29%

R = 46.96%
G = 31.75%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7A770 (or 0xF7A770) is known color: Hit Pink. HEX triplet: F7, A7 and 70. RGB value is (247,167,112). Sum of RGB (Red+Green+Blue) = 247+167+112=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A770 is #08588F. Grayscale: #B8B8B8. Windows color (decimal): -546960 or 7383031. OLE color: 7383031.

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

Color convert

RGB 247 167 112 -
CMYK 0 0.32 0.55 0.03
HSL 24.44º 0.89% 0.7% -
HSV(B) 24.44º 0.55% 0.97% -
XYZ 55.1 48.58 21.8 -
YUV 184.65 87 172.47 -
System Red Green Blue C M Y K H S L
Decimal 247 167 112 0 0.32 0.55 0.03 24.44 0.89 0.7
Hex F7 A7 70 0 20 37 3 18 59 46
Octal 367 247 160 0 40 67 3 30 131 106
Binary 11110111 10100111 1110000 0 100000 110111 11 11000 1011001 1000110

Color Harmonies of #F7A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A770

Black with #F7A770

Text Example


Text Example

White with #F7A770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A770; }

 p { color: rgb(247,167,112); }

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

background-color css

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

 a { background-color: rgb(247,167,112); }

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

border-color css

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

 span { border-color: rgb(247,167,112); }

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