Html Css Color HEX #F7A970 Hit Pink

📋 copy color: '#F7A970'

red 247 ◦ green 169 ◦ blue 112

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

Shades of Hit Pink #F7A970

Tints of Hit Pink #F7A970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.01%

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

R = 46.78%
G = 32.01%
B = 21.21%

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

#F7A970 (or 0xF7A970) is known color: Hit Pink. HEX triplet: F7, A9 and 70. RGB value is (247,169,112). Sum of RGB (Red+Green+Blue) = 247+169+112=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A970 is #08568F. Grayscale: #BABABA. Windows color (decimal): -546448 or 7383543. OLE color: 7383543.

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

Color convert

RGB 247 169 112 -
CMYK 0 0.32 0.55 0.03
HSL 25.33º 0.89% 0.7% -
HSV(B) 25.33º 0.55% 0.97% -
XYZ 55.47 49.32 21.93 -
YUV 185.82 86.34 171.63 -
System Red Green Blue C M Y K H S L
Decimal 247 169 112 0 0.32 0.55 0.03 25.33 0.89 0.7
Hex F7 A9 70 0 20 37 3 19 59 46
Octal 367 251 160 0 40 67 3 31 131 106
Binary 11110111 10101001 1110000 0 100000 110111 11 11001 1011001 1000110

Color Harmonies of #F7A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A970

Black with #F7A970

Text Example


Text Example

White with #F7A970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A970; }

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

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

background-color css

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

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

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

border-color css

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

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

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