Html Css Color HEX #F78470 Salmon

📋 copy color: '#F78470'

red 247 ◦ green 132 ◦ blue 112

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

Shades of Salmon #F78470

Tints of Salmon #F78470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.88%

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

R = 50.31%
G = 26.88%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F78470 (or 0xF78470) is known color: Salmon. HEX triplet: F7, 84 and 70. RGB value is (247,132,112). Sum of RGB (Red+Green+Blue) = 247+132+112=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F78470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78470 is #087B8F. Grayscale: #A4A4A4. Windows color (decimal): -555920 or 7374071. OLE color: 7374071.

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

Color convert

RGB 247 132 112 -
CMYK 0 0.47 0.55 0.03
HSL 8.89º 0.89% 0.7% -
HSV(B) 8.89º 0.55% 0.97% -
XYZ 49.53 37.45 19.95 -
YUV 164.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 247 132 112 0 0.47 0.55 0.03 8.89 0.89 0.7
Hex F7 84 70 0 2F 37 3 9 59 46
Octal 367 204 160 0 57 67 3 11 131 106
Binary 11110111 10000100 1110000 0 101111 110111 11 1001 1011001 1000110

Color Harmonies of #F78470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78470

Black with #F78470

Text Example


Text Example

White with #F78470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78470; }

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

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

background-color css

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

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

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

border-color css

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

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

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