Html Css Color HEX #F7A270 Hit Pink

📋 copy color: '#F7A270'

red 247 ◦ green 162 ◦ blue 112

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

Shades of Hit Pink #F7A270

Tints of Hit Pink #F7A270

RGB

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

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

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

R = 47.41%
G = 31.09%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7A270 (or 0xF7A270) is known color: Hit Pink. HEX triplet: F7, A2 and 70. RGB value is (247,162,112). Sum of RGB (Red+Green+Blue) = 247+162+112=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A270 is #085D8F. Grayscale: #B6B6B6. Windows color (decimal): -548240 or 7381751. OLE color: 7381751.

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

Color convert

RGB 247 162 112 -
CMYK 0 0.34 0.55 0.03
HSL 22.22º 0.89% 0.7% -
HSV(B) 22.22º 0.55% 0.97% -
XYZ 54.2 46.78 21.5 -
YUV 181.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 247 162 112 0 0.34 0.55 0.03 22.22 0.89 0.7
Hex F7 A2 70 0 22 37 3 16 59 46
Octal 367 242 160 0 42 67 3 26 131 106
Binary 11110111 10100010 1110000 0 100010 110111 11 10110 1011001 1000110

Color Harmonies of #F7A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A270

Black with #F7A270

Text Example


Text Example

White with #F7A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A270; }

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

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

background-color css

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

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

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

border-color css

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

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

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