Html Css Color HEX #F7A070 Hit Pink

📋 copy color: '#F7A070'

red 247 ◦ green 160 ◦ blue 112

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

Shades of Hit Pink #F7A070

Tints of Hit Pink #F7A070

RGB

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

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

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

R = 47.59%
G = 30.83%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7A070 (or 0xF7A070) is known color: Hit Pink. HEX triplet: F7, A0 and 70. RGB value is (247,160,112). Sum of RGB (Red+Green+Blue) = 247+160+112=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A070 is #085F8F. Grayscale: #B4B4B4. Windows color (decimal): -548752 or 7381239. OLE color: 7381239.

HSL color Cylindrical-coordinate representation of color #F7A070: hue angle of 21.33º 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 #F7A070 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 112 -
CMYK 0 0.35 0.55 0.03
HSL 21.33º 0.89% 0.7% -
HSV(B) 21.33º 0.55% 0.97% -
XYZ 53.85 46.09 21.39 -
YUV 180.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 247 160 112 0 0.35 0.55 0.03 21.33 0.89 0.7
Hex F7 A0 70 0 23 37 3 15 59 46
Octal 367 240 160 0 43 67 3 25 131 106
Binary 11110111 10100000 1110000 0 100011 110111 11 10101 1011001 1000110

Color Harmonies of #F7A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A070

Black with #F7A070

Text Example


Text Example

White with #F7A070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A070; }

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

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

background-color css

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

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

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

border-color css

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

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

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