Html Css Color HEX #F78978 Salmon

📋 copy color: '#F78978'

red 247 ◦ green 137 ◦ blue 120

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

Shades of Salmon #F78978

Tints of Salmon #F78978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.18%

 BLUE value IS 120 (47.27% from 255) = 23.81%

R = 49.01%
G = 27.18%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F78978 (or 0xF78978) is known color: Salmon. HEX triplet: F7, 89 and 78. RGB value is (247,137,120). Sum of RGB (Red+Green+Blue) = 247+137+120=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F78978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78978 is #087687. Grayscale: #A8A8A8. Windows color (decimal): -554632 or 7899639. OLE color: 7899639.

HSL color Cylindrical-coordinate representation of color #F78978: hue angle of 8.03º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F78978 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 137 120 -
CMYK 0 0.45 0.51 0.03
HSL 8.03º 0.89% 0.72% -
HSV(B) 8.03º 0.51% 0.97% -
XYZ 50.69 39.02 22.63 -
YUV 167.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 247 137 120 0 0.45 0.51 0.03 8.03 0.89 0.72
Hex F7 89 78 0 2D 33 3 8 59 48
Octal 367 211 170 0 55 63 3 10 131 110
Binary 11110111 10001001 1111000 0 101101 110011 11 1000 1011001 1001000

Color Harmonies of #F78978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78978

Black with #F78978

Text Example


Text Example

White with #F78978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78978; }

 p { color: rgb(247,137,120); }

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

background-color css

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

 a { background-color: rgb(247,137,120); }

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

border-color css

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

 span { border-color: rgb(247,137,120); }

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