Html Css Color HEX #F79F70 Hit Pink

📋 copy color: '#F79F70'

red 247 ◦ green 159 ◦ blue 112

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

Shades of Hit Pink #F79F70

Tints of Hit Pink #F79F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

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

R = 47.68%
G = 30.69%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F79F70 (or 0xF79F70) is known color: Hit Pink. HEX triplet: F7, 9F and 70. RGB value is (247,159,112). Sum of RGB (Red+Green+Blue) = 247+159+112=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F79F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79F70 is #08608F. Grayscale: #B4B4B4. Windows color (decimal): -549008 or 7380983. OLE color: 7380983.

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

Color convert

RGB 247 159 112 -
CMYK 0 0.36 0.55 0.03
HSL 20.89º 0.89% 0.7% -
HSV(B) 20.89º 0.55% 0.97% -
XYZ 53.68 45.74 21.33 -
YUV 179.95 89.65 175.82 -
System Red Green Blue C M Y K H S L
Decimal 247 159 112 0 0.36 0.55 0.03 20.89 0.89 0.7
Hex F7 9F 70 0 24 37 3 15 59 46
Octal 367 237 160 0 44 67 3 25 131 106
Binary 11110111 10011111 1110000 0 100100 110111 11 10101 1011001 1000110

Color Harmonies of #F79F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F79F70

Black with #F79F70

Text Example


Text Example

White with #F79F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F79F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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